ports/security/floss/patches/patch-setup_py

16 lines
236 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -11,11 +11,9 @@ except ImportError:
requirements = [
- "q",
"pyyaml",
"simplejson",
"tabulate",
- "vivisect",
"plugnplay",
"viv-utils",
"enum34"