Skip to content

Commit 289d7ca

Browse files
committed
fix pycurl to 7.19.0
1 parent 8ac699a commit 289d7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def apply_pycurl_workaround():
5252

5353

5454
# Ugly hack to pick a version that compiles in SLC6
55-
pycurl_ver = '>=7.19.0, <= 7.21.5'
55+
pycurl_ver = '==7.19.0'
5656
dist = platform.dist()
5757
if dist[0] in ('redhat', 'centos'):
5858
apply_m2crypto_workaround()

0 commit comments

Comments
 (0)