Date: Tuesday, October 26, 2021 @ 11:40:16 Author: yan12125 Revision: 1033805
python-aws-sam-translator: remove unused patch See: https://github.com/archlinux/svntogit-community/commit/b6ccbdb53133b41a6d758664916c1f53d91f88ad Deleted: python-aws-sam-translator/trunk/no-install-integration-tests.diff -----------------------------------+ no-install-integration-tests.diff | 13 ------------- 1 file changed, 13 deletions(-) Deleted: no-install-integration-tests.diff =================================================================== --- no-install-integration-tests.diff 2021-10-26 11:39:14 UTC (rev 1033804) +++ no-install-integration-tests.diff 2021-10-26 11:40:16 UTC (rev 1033805) @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index 38af9df..a34a49f 100755 ---- a/setup.py -+++ b/setup.py -@@ -58,7 +58,7 @@ setup( - url="https://github.com/awslabs/serverless-application-model", - license="Apache License 2.0", - # Exclude all but the code folders -- packages=find_packages(exclude=("tests", "tests.*", "docs", "examples", "versions")), -+ packages=find_packages(exclude=("tests", "tests.*", "integration", "integration.*", "docs", "examples", "versions")), - install_requires=read_requirements("base.txt"), - include_package_data=True, - extras_require={"dev": read_requirements("dev.txt")},
