mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
404 B
Python
11 lines
404 B
Python
--- setup.py.orig 2015-06-30 06:47:44 UTC
|
|
+++ setup.py
|
|
@@ -57,7 +57,7 @@ KEYWORDS = "unittest testing tests".split(' ')
|
|
# Both install and setup requires - because we read VERSION from within the
|
|
# package, and the package also exports all the APIs.
|
|
# six for compat helpers
|
|
-REQUIRES = ['argparse', 'six>=1.4', 'traceback2'],
|
|
+REQUIRES = ['six>=1.4', 'traceback2'],
|
|
|
|
params = dict(
|
|
name=NAME,
|