You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pockets/files/no_installed_tests.patch

12 lines
300 B

--- 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
)