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

14 lines
325 B

--- setup.py 2013-03-11 15:04:36.162537614 +0800
+++ setup.py.new 2013-03-11 15:06:48.495867668 +0800
@@ -33,10 +33,6 @@
],
install_requires=[
] + importlib_req + argparse_req,
- setup_requires=[
- 'hgtools',
- 'pytest-runner',
- ],
tests_require=[
'pytest',
'mock',