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

14 lines
271 B

--- a/setup.py
+++ b/setup.py
@@ -34,10 +33,6 @@
install_requires=[
'six',
] + importlib_req + argparse_req,
- setup_requires=[
- 'hgtools',
- 'pytest-runner',
- ],
tests_require=[
'pytest',
'mock',