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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user