003-remove-argparse-dependency-test.patch 262 B

123456789101112
  1. diff --git a/setup.py b/setup.py
  2. index 2353a29..e04c5f5 100644
  3. --- a/setup.py
  4. +++ b/setup.py
  5. @@ -32,7 +32,6 @@ setup(
  6. 'setuptools',
  7. 'PyCrypto',
  8. 'Twisted',
  9. - 'argparse',
  10. 'pyptlib >= 0.0.6',
  11. 'pyyaml'
  12. ],