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:
@@ -1,13 +1,9 @@
|
||||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, awscli
|
||||
, prompt_toolkit
|
||||
, boto3
|
||||
, configobj
|
||||
, pygments
|
||||
}:
|
||||
|
||||
with awscli.python.pkgs;
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aws-shell";
|
||||
version = "0.2.0";
|
||||
@@ -24,6 +20,7 @@ buildPythonPackage rec {
|
||||
boto3
|
||||
configobj
|
||||
pygments
|
||||
pyyaml
|
||||
];
|
||||
|
||||
#Checks are failing due to missing TTY, which won't exist.
|
||||
|
||||
Reference in New Issue
Block a user