python-docker-py: fix dependency: requests -> requests2

This commit is contained in:
Guillaume Maudoux 2015-10-19 21:32:43 +02:00
parent 48d837f310
commit 98152180cf

View file

@ -3122,7 +3122,7 @@ let
md5 = "07a5f41fd3f8cc72d05deed628700e99"; md5 = "07a5f41fd3f8cc72d05deed628700e99";
}; };
propagatedBuildInputs = with self; [ six requests websocket_client ]; propagatedBuildInputs = with self; [ six requests2 websocket_client ];
# Version conflict # Version conflict
doCheck = false; doCheck = false;
@ -7226,7 +7226,7 @@ let
disabled = isPy3k; disabled = isPy3k;
propagatedBuildInputs = with self; [ propagatedBuildInputs = with self; [
requests2 # Needs to be first, no idea why... requests2
cgroup-utils docker-custom docutils lti mock pygments cgroup-utils docker-custom docutils lti mock pygments
pymongo pyyaml rpyc sh simpleldap sphinx_rtd_theme tidylib pymongo pyyaml rpyc sh simpleldap sphinx_rtd_theme tidylib
websocket_client watchdog webpy-custom websocket_client watchdog webpy-custom