blob: 3926772bfc02786f33942bfcdf9e9b056a0e740b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2025-01-12 17:16:50.123729418 +0100
+++ setup.py 2025-01-12 17:19:22.887034957 +0100
@@ -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',
|