aws_shell: fix dep issues

This commit is contained in:
Jonathan Ringer 2019-12-22 12:50:57 -08:00 committed by Frederik Rietdijk
parent fe058ee1ed
commit 8043df949b

View File

@ -23,6 +23,11 @@ buildPythonPackage rec {
pyyaml
];
postPatch = ''
substituteInPlace setup.py \
--replace "prompt-toolkit>=1.0.0,<1.1.0" "prompt-toolkit"
'';
#Checks are failing due to missing TTY, which won't exist.
doCheck = false;
preCheck = ''