We should not hardcode dependencies in our packages for secondary
authorWard Vandewege <ward@curoverse.com>
Thu, 15 Dec 2016 19:52:05 +0000 (14:52 -0500)
committerWard Vandewege <ward@curoverse.com>
Thu, 15 Dec 2016 19:52:05 +0000 (14:52 -0500)
commitc856cb5095e454c1733bd6f0053e59e2b884d644
treed19884782a12018de64e519c3962eadf3890fcb8
parent7e931b4355800f1715b614e7a01212a1b1791a30
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.
sdk/python/setup.py