aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-glob2/dont-package-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-glob2/dont-package-tests.patch')
-rw-r--r--testing/py3-glob2/dont-package-tests.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/py3-glob2/dont-package-tests.patch b/testing/py3-glob2/dont-package-tests.patch
deleted file mode 100644
index 045e0121a8..0000000000
--- a/testing/py3-glob2/dont-package-tests.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -48,6 +48,6 @@
- 'pkginfo = pkginfo.commandline:main',
- ]
- },
-- packages=['pkginfo', 'pkginfo.tests'],
-+ packages=['pkginfo'],
- **extras
- )