mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pockets: Initial addition to the tree
This commit is contained in:
11
dev-python/pockets/files/no_installed_tests.patch
Normal file
11
dev-python/pockets/files/no_installed_tests.patch
Normal file
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user