ports/security/wfuzz/patches/patch-setup_py

13 lines
326 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -31,7 +31,7 @@ dev_requires = [
install_requires = [
'pycurl',
'pyparsing<2.4.2;python_version<="3.4"',
- 'pyparsing>=2.4*;python_version>="3.5"',
+ 'pyparsing>=2.4;python_version>="3.5"',
'six',
'configparser;python_version<"3.5"',
'chardet',