6388: Backport pycurl package everywhere.
authorBrett Smith <brett@curoverse.com>
Wed, 24 Jun 2015 20:44:52 +0000 (16:44 -0400)
committerBrett Smith <brett@curoverse.com>
Wed, 24 Jun 2015 20:44:52 +0000 (16:44 -0400)
We need the very latest version per #6073.

jenkins/run-build-packages.sh

index 7cece07f93b1dd59a2fc54dcd6afed0d5cb5e867..3d7e55d3a31537199b700e47e66a21ae050fca20 100755 (executable)
@@ -96,7 +96,7 @@ case "$TARGET" in
         PYTHON_BACKPORTS=(python-gflags pyvcf google-api-python-client \
             oauth2client pyasn1 pyasn1-modules rsa uritemplate httplib2 ws4py \
             virtualenv pykka apache-libcloud requests six pyexecjs jsonschema \
-            ciso8601 pycrypto backports.ssl_match_hostname)
+            ciso8601 pycrypto backports.ssl_match_hostname pycurl)
         PYTHON3_BACKPORTS=(docker-py six requests)
         ;;
     centos6)
@@ -106,7 +106,7 @@ case "$TARGET" in
         PYTHON_BACKPORTS=(python-gflags pyvcf google-api-python-client \
             oauth2client pyasn1 pyasn1-modules rsa uritemplate httplib2 ws4py \
             virtualenv pykka apache-libcloud requests six pyexecjs jsonschema \
-            ciso8601 pycrypto backports.ssl_match_hostname)
+            ciso8601 pycrypto backports.ssl_match_hostname pycurl)
         PYTHON3_BACKPORTS=(docker-py six requests)
         ;;
     *)