aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pkginfo/dont-package-tests.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-05-07 21:56:10 +0200
committerJakub Jirutka <jakub@jirutka.cz>2019-05-07 21:56:45 +0200
commitb3bb045671b04df16382e7ace788862ff4651f9f (patch)
tree792957e5ea197da2351475e64d603a1906f6f119 /testing/py3-pkginfo/dont-package-tests.patch
parentb9f64b8e10b53bae180d82b204c467ac76de9209 (diff)
downloadaports-b3bb045671b04df16382e7ace788862ff4651f9f.tar.bz2
aports-b3bb045671b04df16382e7ace788862ff4651f9f.tar.xz
testing/py3-pkginfo: new aport
Diffstat (limited to 'testing/py3-pkginfo/dont-package-tests.patch')
-rw-r--r--testing/py3-pkginfo/dont-package-tests.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/py3-pkginfo/dont-package-tests.patch b/testing/py3-pkginfo/dont-package-tests.patch
new file mode 100644
index 0000000000..045e0121a8
--- /dev/null
+++ b/testing/py3-pkginfo/dont-package-tests.patch
@@ -0,0 +1,10 @@
+--- a/setup.py
++++ b/setup.py
+@@ -48,6 +48,6 @@
+ 'pkginfo = pkginfo.commandline:main',
+ ]
+ },
+- packages=['pkginfo', 'pkginfo.tests'],
++ packages=['pkginfo'],
+ **extras
+ )