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
733221e9
Commit
733221e9
authored
Oct 05, 2018
by
Andrea Manzi
Browse files
FTS-1295
: apply workaround for pycurl on el7
parent
13787df4
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
733221e9
...
...
@@ -43,7 +43,7 @@ def apply_pycurl_workaround():
# On EL7, you will probably have trouble installing pycurl due to this:
# https://github.com/pycurl/pycurl/issues/526 which has not yet released
# so we need to install a previos version of pycurl with
# pip install
build/
pycurl
# pip install pycurl
==7.43.0.1 --global-option="--with-nss
def
apply_pycurl_workaround_on_el7
():
print
"Applying workaround for pycurl in EL7"
is_pycurl_installed
=
(
os
.
system
(
'pip list | grep pycurl &> /dev/null'
)
==
0
)
...
...
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