python3Packages.chalice: relax attrs constraint

This commit is contained in:
Fabian Affolter 2022-01-26 22:56:45 +01:00
parent 5e9e68e5bb
commit fde8b1f5e1

View File

@ -61,7 +61,8 @@ buildPythonPackage rec {
postPatch = ''
sed -i setup.py -e "/pip>=/c\'pip',"
substituteInPlace setup.py \
--replace 'typing==3.6.4' 'typing'
--replace "typing==3.6.4" "typing" \
--replace "attrs>=19.3.0,<21.3.0" "attrs"
'';
disabledTestPaths = [