about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-09-24 08:10:03 +0200
committerVladimír Čunát <v@cunat.cz>2019-09-24 08:10:03 +0200
commitafd04a49ed4d03923adf51352ce2bce1fa72455d (patch)
tree764a50e233dd32edc1b474c4ecff6c36399ab1f8 /pkgs/tools/admin
parent11c140cd9e58ed805bfa3196d5d18f56a81a5e37 (diff)
downloadnixlib-afd04a49ed4d03923adf51352ce2bce1fa72455d.tar
nixlib-afd04a49ed4d03923adf51352ce2bce1fa72455d.tar.gz
nixlib-afd04a49ed4d03923adf51352ce2bce1fa72455d.tar.bz2
nixlib-afd04a49ed4d03923adf51352ce2bce1fa72455d.tar.lz
nixlib-afd04a49ed4d03923adf51352ce2bce1fa72455d.tar.xz
nixlib-afd04a49ed4d03923adf51352ce2bce1fa72455d.tar.zst
nixlib-afd04a49ed4d03923adf51352ce2bce1fa72455d.zip
Revert "awscli: Get rid of runtime -dev dependencies"
This reverts commit c8bc18bcc21c14e3d64f4c7b8f44c36e188efc1f.
Moving to staging - it's quite a large rebuild (7-8k per platform),
which probably wasn't noticed; the change doesn't seem urgent.
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/awscli/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/tools/admin/awscli/default.nix b/pkgs/tools/admin/awscli/default.nix
index 7e3e0c9fff05..33526ba11dfc 100644
--- a/pkgs/tools/admin/awscli/default.nix
+++ b/pkgs/tools/admin/awscli/default.nix
@@ -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 = ''