awscli and aws_shell: use the same python version with deps

We need this python version with its custom dependencies for aws_shell.
This commit is contained in:
Frederik Rietdijk
2019-10-17 10:47:06 +02:00
parent dcdcb66b2f
commit 365098e092
3 changed files with 7 additions and 8 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
@@ -63,6 +63,8 @@ in py.pkgs.buildPythonApplication rec {
rm $out/bin/aws.cmd
'';
passthru.python = py; # for aws_shell
meta = with lib; {
homepage = https://aws.amazon.com/cli/;
description = "Unified tool to manage your AWS services";