Merge pull request #77686 from alyssais/urllib3

Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
This commit is contained in:
Robin Gloster 2020-01-17 00:38:52 +01:00 committed by GitHub
commit aa489adfd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 9 deletions

View File

@ -19,8 +19,6 @@ buildPythonPackage rec {
sha256 = "8223485841ef4731a5d4943a733295ba69d0005c4ae64c468308cc07f6960d39";
};
outputs = [ "out" "dev" ];
propagatedBuildInputs = [
dateutil
jmespath

View File

@ -21,8 +21,6 @@ buildPythonPackage rec {
sha256 = "6efc926738a3cd576c2a79725fed9afde92378aa5c6a957e3af010cb019fac9d";
};
outputs = [ "out" "dev" ];
propagatedBuildInputs =
[ botocore
] ++ stdenv.lib.optional (pythonOlder "3") futures;

View File

@ -11,8 +11,6 @@ buildPythonPackage rec {
sha256 = "f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e48b0745";
};
outputs = [ "out" "dev" ];
NOSE_EXCLUDE = stdenv.lib.concatStringsSep "," [
"test_headers" "test_headerdict" "test_can_validate_ip_san" "test_delayed_body_read_timeout"
"test_timeout_errors_cause_retries" "test_select_multiple_interrupts_with_event"

View File

@ -57,9 +57,6 @@ in py.pkgs.buildPythonApplication rec {
pyyaml
groff
less
urllib3
dateutil
jmespath
];
postInstall = ''