ports/security/py-viv_utils/patches/patch-setup_py

14 lines
190 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -7,9 +7,7 @@ import setuptools
requirements = [
"funcy",
- "argparse",
"pefile",
- "vivisect",
"intervaltree",
]