Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
289d7cac
Commit
289d7cac
authored
Oct 08, 2018
by
Andrea Manzi
Browse files
fix pycurl to 7.19.0
parent
8ac699a5
Pipeline
#534742
passed with stage
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
289d7cac
...
...
@@ -52,7 +52,7 @@ def apply_pycurl_workaround():
# Ugly hack to pick a version that compiles in SLC6
pycurl_ver
=
'
>
=7.19.0
, <= 7.21.5
'
pycurl_ver
=
'
=
=7.19.0'
dist
=
platform
.
dist
()
if
dist
[
0
]
in
(
'redhat'
,
'centos'
):
apply_m2crypto_workaround
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment