python3Packages.chalice: relax attrs constraint
This commit is contained in:
parent
5e9e68e5bb
commit
fde8b1f5e1
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user