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:
Vladimír Čunát
2019-09-24 08:10:03 +02:00
parent 11c140cd9e
commit afd04a49ed
4 changed files with 2 additions and 10 deletions

View File

@@ -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 = ''