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:
Alessandro Barbieri
2021-07-03 00:35:44 +02:00
parent 6a4cc0e70c
commit 849c2e0b32
2 changed files with 20 additions and 16 deletions

View 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'],
)