[ARVADOS] updated: e935e107a4ac6250ae64878262c3145d7a62b8e8

Git user git at public.curoverse.com
Wed Apr 13 11:42:02 EDT 2016


Summary of changes:
 build/run-build-packages.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

       via  e935e107a4ac6250ae64878262c3145d7a62b8e8 (commit)
      from  a8bbf6efd755e3a6915ecfa5d980ef76ca1ea4a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e935e107a4ac6250ae64878262c3145d7a62b8e8
Author: Nico Cesar <nico at curoverse.com>
Date:   Wed Apr 13 11:41:16 2016 -0400

    I <3 pythong-gflags
    
    closes #8959

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 5dcf3e9..c98ffed 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -89,7 +89,7 @@ case "$TARGET" in
         PYTHON2_PKG_PREFIX=python
         PYTHON3_PACKAGE=python$PYTHON3_VERSION
         PYTHON3_PKG_PREFIX=python3
-        PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
+        PYTHON_BACKPORTS=(python-gflags<3 google-api-python-client==1.4.2 \
             oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
@@ -103,7 +103,7 @@ case "$TARGET" in
         PYTHON2_PKG_PREFIX=python
         PYTHON3_PACKAGE=python$PYTHON3_VERSION
         PYTHON3_PKG_PREFIX=python3
-        PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
+        PYTHON_BACKPORTS=(python-gflags<3 google-api-python-client==1.4.2 \
             oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
@@ -117,7 +117,7 @@ case "$TARGET" in
         PYTHON2_PKG_PREFIX=python
         PYTHON3_PACKAGE=python$PYTHON3_VERSION
         PYTHON3_PKG_PREFIX=python3
-        PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
+        PYTHON_BACKPORTS=(python-gflags<3 google-api-python-client==1.4.2 \
             oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \
@@ -143,7 +143,7 @@ case "$TARGET" in
         PYTHON2_PKG_PREFIX=$PYTHON2_PACKAGE
         PYTHON3_PACKAGE=$(rpm -qf "$(which python$PYTHON3_VERSION)" --queryformat '%{NAME}\n')
         PYTHON3_PKG_PREFIX=$PYTHON3_PACKAGE
-        PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
+        PYTHON_BACKPORTS=(python-gflags<3 google-api-python-client==1.4.2 \
             oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py pykka six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname 'pycurl<7.21.5' \

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list