summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2016-08-31 09:45:39 +0200
committerTobias Klausmann <klausman@gentoo.org>2016-08-31 09:45:39 +0200
commit1da6ddbc716bb5abfa2fe66adaf4516f8238dc34 (patch)
treed8814f7a19c54bcfb40322d6ae98af092920daff /dev-python/pockets/files
parentdev-python/nose-descriptionfixer: Initial addition to the tree (diff)
downloadgentoo-1da6ddbc716bb5abfa2fe66adaf4516f8238dc34.tar.gz
gentoo-1da6ddbc716bb5abfa2fe66adaf4516f8238dc34.tar.bz2
gentoo-1da6ddbc716bb5abfa2fe66adaf4516f8238dc34.zip
dev-python/pockets: Initial addition to the tree
Diffstat (limited to 'dev-python/pockets/files')
-rw-r--r--dev-python/pockets/files/no_installed_tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/pockets/files/no_installed_tests.patch b/dev-python/pockets/files/no_installed_tests.patch
new file mode 100644
index 000000000000..05c23aaae901
--- /dev/null
+++ b/dev-python/pockets/files/no_installed_tests.patch
@@ -0,0 +1,11 @@
+--- setup.py.orig 2016-08-03 16:30:08.093499589 +0200
++++ setup.py 2016-08-03 16:30:40.861165597 +0200
+@@ -39,7 +39,7 @@
+ 'Topic :: Utilities',
+ ],
+ platforms='any',
+- packages=find_packages(),
++ packages=["pockets"],
+ install_requires=reqs,
+ tests_require=test_reqs
+ )