mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-21 19:48:25 -07:00
11 lines
243 B
Diff
11 lines
243 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -472,7 +472,6 @@ setup(
|
|
"Operating System :: Unix",
|
|
],
|
|
zip_safe = False,
|
|
- setup_requires=['setuptools_git'],
|
|
tests_require=['pytest', 'unittest2'],
|
|
ext_modules = ext_modules(),
|
|
|