You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pytest-runner/files/pytest-runner-2.1.2-hgtools...

18 lines
378 B

setup.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/setup.py b/setup.py
index 2679782..271b3cf 100644
--- a/setup.py
+++ b/setup.py
@@ -26,9 +26,6 @@ setup_params = dict(
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
],
- setup_requires=[
- 'hgtools',
- ],
)
if __name__ == '__main__':
setuptools.setup(**setup_params)