We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac699a commit 289d7caCopy full SHA for 289d7ca
setup.py
@@ -52,7 +52,7 @@ def apply_pycurl_workaround():
52
53
54
# Ugly hack to pick a version that compiles in SLC6
55
-pycurl_ver = '>=7.19.0, <= 7.21.5'
+pycurl_ver = '==7.19.0'
56
dist = platform.dist()
57
if dist[0] in ('redhat', 'centos'):
58
apply_m2crypto_workaround()
0 commit comments