diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-05-07 21:56:10 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-05-07 21:56:45 +0200 |
commit | b3bb045671b04df16382e7ace788862ff4651f9f (patch) | |
tree | 792957e5ea197da2351475e64d603a1906f6f119 /testing/py3-pkginfo/dont-package-tests.patch | |
parent | b9f64b8e10b53bae180d82b204c467ac76de9209 (diff) | |
download | aports-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.patch | 10 |
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 + ) |