mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
wfuzz: fix pyparsing version check
This commit is contained in:
parent
ebc272ed99
commit
2977625e1f
2 changed files with 12 additions and 1 deletions
11
srcpkgs/wfuzz/patches/fix-version-check.patch
Normal file
11
srcpkgs/wfuzz/patches/fix-version-check.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -31,7 +31,7 @@
|
||||
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',
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wfuzz'
|
||||
pkgname=wfuzz
|
||||
version=3.1.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
|
||||
|
|
Loading…
Add table
Reference in a new issue