diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-14 19:08:34 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-29 22:37:03 +0200 |
commit | 0c107a920bd3756bd0c8c4e14ecf92cc46c68532 (patch) | |
tree | 99b9c1be17bff63e5b0866bb6bdbe4298cc94a76 /dev-python/stormpath | |
parent | dev-python/mypy: remove unused patch. (diff) | |
download | gentoo-0c107a920bd3756bd0c8c4e14ecf92cc46c68532.tar.gz gentoo-0c107a920bd3756bd0c8c4e14ecf92cc46c68532.tar.bz2 gentoo-0c107a920bd3756bd0c8c4e14ecf92cc46c68532.zip |
dev-python/strompath: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2326
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/stormpath')
-rw-r--r-- | dev-python/stormpath/files/drop-test-module.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/stormpath/files/drop-test-module.patch b/dev-python/stormpath/files/drop-test-module.patch deleted file mode 100644 index fe99f0c882f3..000000000000 --- a/dev-python/stormpath/files/drop-test-module.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index f156b33..cc6f16a 100644 ---- a/setup.py -+++ b/setup.py -@@ -87,7 +87,7 @@ setup( - 'python-dateutil>=2.4.0', - 'pydispatcher>=2.0.5' - ], -- packages = find_packages(exclude=['tests']), -+ packages = find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']), - classifiers = [ - 'Development Status :: 5 - Production/Stable', - 'Intended Audience :: Developers', |