packages/net/obfsproxy/patches/003-remove-argparse-dependency-test.patch
2018-10-18 16:56:47 +08:00

13 lines
262 B
Diff

diff --git a/setup.py b/setup.py
index 2353a29..e04c5f5 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,6 @@ setup(
'setuptools',
'PyCrypto',
'Twisted',
- 'argparse',
'pyptlib >= 0.0.6',
'pyyaml'
],