[ARVADOS] created: 4fa2c38d86f7fbdeb3006138b6bd70677bacd777

Git user git at public.curoverse.com
Tue Dec 13 16:29:49 EST 2016


        at  4fa2c38d86f7fbdeb3006138b6bd70677bacd777 (commit)


commit 4fa2c38d86f7fbdeb3006138b6bd70677bacd777
Author: Nico Cesar <nico at curoverse.com>
Date:   Tue Dec 13 16:27:56 2016 -0500

    dependencies  pyasn1==0.1.7 pyasn1-modules==0.0.5  are being replaced
    
    centos7.3 has new packages python2-pyasn1-* with new version numbers
    Trying to make the work across all of our distros

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 0f10d26..358aaf4 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -174,7 +174,7 @@ case "$TARGET" in
         PYTHON3_PREFIX=/opt/rh/python33/root/usr
         PYTHON3_INSTALL_LIB=lib/python$PYTHON3_VERSION/site-packages
         PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \
-            oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \
+            oauth2client==1.5.2 \
             rsa uritemplate httplib2 ws4py pykka  \
             ciso8601 pycrypto 'pycurl<7.21.5' \
             python-daemon==2.1.1 llfuse==0.41.1 'pbr<1.0' pyyaml \
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 9d7d248..eb71097 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -46,7 +46,7 @@ setup(name='arvados-python-client',
       install_requires=[
           'google-api-python-client==1.4.2',
           'oauth2client >=1.4.6, <2',
-          'pyasn1-modules==0.0.5',
+          'pyasn1-modules >= 0.0.5',
           'ciso8601',
           'httplib2',
           'pycurl >=7.19.5.1, <7.21.5',

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list