7839: Stop backporting requests for Python 2.
authorBrett Smith <brett@curoverse.com>
Tue, 1 Dec 2015 22:13:20 +0000 (17:13 -0500)
committerBrett Smith <brett@curoverse.com>
Tue, 1 Dec 2015 22:14:07 +0000 (17:14 -0500)
commit6ca2758f31fb1a4afeb4eb5aca3cd8d6af402169
treeba6bd5bf77fae2a3dcab3811f1f1a9e146abf641
parent24129230929833c3bad1e81b6af9b975c1f605a1
7839: Stop backporting requests for Python 2.

This is no longer needed now that our Keep client is built on top of
pycurl.  Confirmed by building all our Python packages from source
into a fresh virtualenv.  requests does not appear in `pip freeze`.

requests is still needed for Python 3 because docker-py uses it.

Closes #7839.
jenkins/run-build-packages.sh