libcloud 2.3.0 now requires python-requests 2.4.3 or higher, otherwise
authorWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 25 Apr 2018 03:23:08 +0000 (23:23 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 25 Apr 2018 03:25:02 +0000 (23:25 -0400)
commitba5c812b923ebab2ef6984a7c15623defd758e4f
tree74ad533ce1d62b268c1b14352dc860d35d2050fe
parent10a5441e60ef81e9f875e4b49f987dba14622bf2
libcloud 2.3.0 now requires python-requests 2.4.3 or higher, otherwise
it throws

  ImportError: No module named packages.urllib3.poolmanager

when loaded. We only see this problem on ubuntu1404, because that is our
only supported distribution that ships with a python-requests older than
2.4.3. This issue was caught by our automated package testing, yay!

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>
build/build.list