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/irc/files/irc-setup.py.3.4.2.patch

14 lines
303 B

--- setup.py 2012-10-25 07:13:20.000000000 +0800
+++ setup.py 2012-10-30 14:26:37.433324607 +0800
@@ -29,10 +29,6 @@
],
install_requires=[
] + importlib_req,
- setup_requires=[
- 'hgtools',
- 'pytest-runner',
- ],
tests_require=[
'pytest',
],