mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-python/almost: ebuild maintenance
Closes: https://bugs.gentoo.org/800082 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
11
dev-python/almost/files/almost-0.1.5-setuptools.patch
Normal file
11
dev-python/almost/files/almost-0.1.5-setuptools.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -82,7 +82,7 @@
|
||||
'Programming Language :: Python :: Implementation :: Jython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Software Development :: Testing'],
|
||||
- install_requires=['distribute'],
|
||||
+ install_requires=['setuptools'],
|
||||
test_suite='almosttests',
|
||||
tests_require=['pytest'],
|
||||
)
|
||||
Reference in New Issue
Block a user