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.patch

13 lines
281 B

--- setup.py.orig 2012-12-28 01:01:07.865345417 -0500
+++ setup.py 2012-12-28 01:01:17.003360680 -0500
@@ -14,9 +14,6 @@
'distutils.commands':
['ptr = ptr:PyTest'],
},
- setup_requires=[
- 'hgtools',
- ],
)
if __name__ == '__main__':
setuptools.setup(**setup_params)