Merge pull request #77686 from alyssais/urllib3
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
This commit is contained in:
commit
aa489adfd8
|
@ -19,8 +19,6 @@ buildPythonPackage rec {
|
||||||
sha256 = "8223485841ef4731a5d4943a733295ba69d0005c4ae64c468308cc07f6960d39";
|
sha256 = "8223485841ef4731a5d4943a733295ba69d0005c4ae64c468308cc07f6960d39";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
dateutil
|
dateutil
|
||||||
jmespath
|
jmespath
|
||||||
|
|
|
@ -21,8 +21,6 @@ buildPythonPackage rec {
|
||||||
sha256 = "6efc926738a3cd576c2a79725fed9afde92378aa5c6a957e3af010cb019fac9d";
|
sha256 = "6efc926738a3cd576c2a79725fed9afde92378aa5c6a957e3af010cb019fac9d";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
|
||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
[ botocore
|
[ botocore
|
||||||
] ++ stdenv.lib.optional (pythonOlder "3") futures;
|
] ++ stdenv.lib.optional (pythonOlder "3") futures;
|
||||||
|
|
|
@ -11,8 +11,6 @@ buildPythonPackage rec {
|
||||||
sha256 = "f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e48b0745";
|
sha256 = "f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e48b0745";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
|
||||||
|
|
||||||
NOSE_EXCLUDE = stdenv.lib.concatStringsSep "," [
|
NOSE_EXCLUDE = stdenv.lib.concatStringsSep "," [
|
||||||
"test_headers" "test_headerdict" "test_can_validate_ip_san" "test_delayed_body_read_timeout"
|
"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"
|
"test_timeout_errors_cause_retries" "test_select_multiple_interrupts_with_event"
|
||||||
|
|
|
@ -57,9 +57,6 @@ in py.pkgs.buildPythonApplication rec {
|
||||||
pyyaml
|
pyyaml
|
||||||
groff
|
groff
|
||||||
less
|
less
|
||||||
urllib3
|
|
||||||
dateutil
|
|
||||||
jmespath
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in New Issue