Refs #3857: Build modern requests package for PySDK.
authorBrett Smith <brett@curoverse.com>
Wed, 12 Nov 2014 17:00:33 +0000 (12:00 -0500)
committerBrett Smith <brett@curoverse.com>
Wed, 12 Nov 2014 17:00:33 +0000 (12:00 -0500)
jenkins/run-build-packages.sh

index eca16fccc4d0f46ea090e1b59f416e502789232d..976338f0bfa9fc3e11c79834ba8226233f5c2961 100755 (executable)
@@ -347,7 +347,7 @@ build_and_scp_deb $WORKSPACE/services/nodemanager arvados-node-manager 'Curovers
 # A few dependencies
 for deppkg in python-gflags pyvcf google-api-python-client oauth2client \
       pyasn1 pyasn1-modules rsa uritemplate httplib2 ws4py virtualenv \
-      pykka apache-libcloud; do
+      pykka apache-libcloud requests; do
     build_and_scp_deb "$deppkg"
 done