Re-revert "awscli: Get rid of runtime -dev dependencies"

This reverts commit afd04a49ed.
Moved from master to staging.
This commit is contained in:
Vladimír Čunát
2019-09-24 08:15:26 +02:00
parent 192fb9d11b
commit a1eacb900e
4 changed files with 10 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ in py.pkgs.buildPythonApplication rec {
# No tests included
doCheck = false;
propagatedBuildInputs = with py.pkgs; [
pythonPath = with py.pkgs; [
botocore
bcdoc
s3transfer
@@ -49,6 +49,10 @@ in py.pkgs.buildPythonApplication rec {
pyyaml
groff
less
urllib3
dateutil
jmespath
futures
];
postInstall = ''