mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
Closes: https://bugs.gentoo.org/800082 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
12 lines
410 B
Diff
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'],
|
|
)
|