From b3bb045671b04df16382e7ace788862ff4651f9f Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 7 May 2019 21:56:10 +0200 Subject: testing/py3-pkginfo: new aport --- testing/py3-pkginfo/dont-package-tests.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/py3-pkginfo/dont-package-tests.patch (limited to 'testing/py3-pkginfo/dont-package-tests.patch') 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 + ) -- cgit v1.2.3