mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/strompath: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2326 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
d76136f8ca
commit
0c107a920b
@@ -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',
|
||||
Reference in New Issue
Block a user