Revert "awscli: Get rid of runtime -dev dependencies"
This reverts commit c8bc18bcc2
.
Moving to staging - it's quite a large rebuild (7-8k per platform),
which probably wasn't noticed; the change doesn't seem urgent.
This commit is contained in:
parent
11c140cd9e
commit
afd04a49ed
@ -19,8 +19,6 @@ buildPythonPackage rec {
|
||||
sha256 = "19ls7hdmcaqrrq8przqy05s8chsy8315ic2zg185k6m64pvr0qhd";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dateutil
|
||||
jmespath
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
sha256 = "f23d5cb7d862b104401d9021fc82e5fa0e0cf57b7660a1331425aab0c691d021";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
foo = 1;
|
||||
|
||||
propagatedBuildInputs =
|
||||
[ botocore
|
||||
|
@ -11,8 +11,6 @@ buildPythonPackage rec {
|
||||
sha256 = "2393a695cd12afedd0dcb26fe5d50d0cf248e5a66f75dbd89a3d4eb333a61af4";
|
||||
};
|
||||
|
||||
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"
|
||||
|
@ -38,7 +38,7 @@ in py.pkgs.buildPythonApplication rec {
|
||||
# No tests included
|
||||
doCheck = false;
|
||||
|
||||
pythonPath = with py.pkgs; [
|
||||
propagatedBuildInputs = with py.pkgs; [
|
||||
botocore
|
||||
bcdoc
|
||||
s3transfer
|
||||
@ -49,10 +49,6 @@ in py.pkgs.buildPythonApplication rec {
|
||||
pyyaml
|
||||
groff
|
||||
less
|
||||
urllib3
|
||||
dateutil
|
||||
jmespath
|
||||
futures
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user