mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-28 09:37:29 -08:00
Dependency of net-misc/irrtree. Signed-Off-By: Tony Vroon <chainsaw@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 lines
461 B
Diff
12 lines
461 B
Diff
diff -uNr python-utils-2.3.0.ORIG/setup.py python-utils-2.3.0/setup.py
|
|
--- python-utils-2.3.0.ORIG/setup.py 2019-02-01 15:09:06.863038597 +0000
|
|
+++ python-utils-2.3.0/setup.py 2019-02-01 15:09:22.636039253 +0000
|
|
@@ -27,7 +27,6 @@
|
|
long_description=long_description,
|
|
install_requires=['six'],
|
|
tests_require=['pytest'],
|
|
- setup_requires=['pytest-runner'],
|
|
classifiers=['License :: OSI Approved :: BSD License'],
|
|
)
|
|
|