Python: fix botocore/boto3/awscli mess

Revert "pythonPackages.boto3: 1.7.84 -> 1.8.4"

This reverts commit 06b37899300e0800e7a0ea632fcb5bf0f291e003.

Revert "python: botocore: 1.11.1 -> 1.11.4"

This reverts commit 3b0242d4c014a440b8c1c58cae812dc84496cc95.

Revert "python: botocore: 1.10.75 -> 1.11.1"

This reverts commit 996fd79967.

Revert "awscli: 1.16.1 -> 1.16.4"

This reverts commit 4880df9078bf024fd5a98afa8c6f28833e13f3d3.

Revert "awscli: 1.15.66 -> 1.16.1"

This reverts commit 6923bc8d23.

awscli: fix build

pythonPackages.botocore: 1.10.75 -> 1.10.84
This commit is contained in:
Frederik Rietdijk
2018-08-30 19:00:02 +02:00
committed by Frederik Rietdijk
parent f823ca5752
commit 32492d9189
3 changed files with 11 additions and 13 deletions

View File

@@ -7,16 +7,15 @@
, simplejson
, mock
, nose
, urllib3
}:
buildPythonPackage rec {
pname = "botocore";
version = "1.11.4";
version = "1.10.84";
src = fetchPypi {
inherit pname version;
sha256 = "284f25a67fa3470314ce78a53e57df8591549652ae31dce1097acefec195b694";
sha256 = "d3e4b5a2c903ea30d19d41ea2f65d0e51dce54f4f4c4dfd6ecd7b04f240844a8";
};
propagatedBuildInputs = [
@@ -25,7 +24,6 @@ buildPythonPackage rec {
docutils
ordereddict
simplejson
urllib3
];
checkInputs = [ mock nose ];