summaryrefslogtreecommitdiffstats
path: root/net/obfsproxy/patches/003-remove-argparse-dependency-test.patch
blob: 20fe4814e7986729ea3bc8ba80741a194514ae09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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'
         ],