summarylogtreecommitdiffstats
path: root/remove-argparse.patch
diff options
context:
space:
mode:
Diffstat (limited to 'remove-argparse.patch')
-rw-r--r--remove-argparse.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/remove-argparse.patch b/remove-argparse.patch
deleted file mode 100644
index 94db50cd5de8..000000000000
--- a/remove-argparse.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.py b/setup.py
-index fed5c02..cf075b7 100644
---- a/setup.py
-+++ b/setup.py
-@@ -33,7 +33,6 @@ for filename in glob.glob('pwnlib/commandline/*'):
- console_scripts.append(script)
-
- install_requires = ['paramiko>=1.15.2',
-- 'argparse',
- 'mako>=1.0.0',
- 'pyelftools>=0.2.3',
- 'capstone',