[ARVADOS] updated: c856cb5095e454c1733bd6f0053e59e2b884d644
Git user
git at public.curoverse.com
Thu Dec 15 15:10:45 EST 2016
Summary of changes:
sdk/python/setup.py | 1 -
1 file changed, 1 deletion(-)
via c856cb5095e454c1733bd6f0053e59e2b884d644 (commit)
from 7e931b4355800f1715b614e7a01212a1b1791a30 (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 c856cb5095e454c1733bd6f0053e59e2b884d644
Author: Ward Vandewege <ward at curoverse.com>
Date: Thu Dec 15 14:52:05 2016 -0500
We should not hardcode dependencies in our packages for secondary
dependencies of our dependencies. If you catch my drift.
pyasn1-modules is a dependency of oauth2client which is a dependency of
google-api-python-client. Which is a dependency of
arvados-python-client.
Pinning a dependency on pyasn1-modules=0.0.5 in arvados-python-client
does not make sense. It also does not appear to be necessary at all. And
it currently breaks the CentOS7 package build.
refs #10713
Revert "8654: Pin pyasn1_modules to version that is compatible with pyasn1==0.1.7."
This reverts commit 436105d3e249ad8dc55fb618d0d2c0d8ed29b395.
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 9d7d248..d470ab4 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -46,7 +46,6 @@ setup(name='arvados-python-client',
install_requires=[
'google-api-python-client==1.4.2',
'oauth2client >=1.4.6, <2',
- '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