awscli: Get rid of runtime -dev dependencies

This commit is contained in:
Eelco Dolstra
2019-09-23 19:10:55 +02:00
parent 760bcf678e
commit c8bc18bcc2
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 = ''