guru/dev-python/almost/files/almost-0.1.5-setuptools.patch
Alessandro Barbieri 849c2e0b32
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>
2021-07-03 00:36:12 +02:00

12 lines
410 B
Diff

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