pythonPackages.chalice: fix build
This commit is contained in:
parent
a817ce3ada
commit
0944a15fe3
@ -52,10 +52,8 @@ buildPythonPackage rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i setup.py -e "/pip>=/c\'pip',"
|
sed -i setup.py -e "/pip>=/c\'pip',"
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace 'pip>=9,<=19.4' 'pip' \
|
|
||||||
--replace 'typing==3.6.4' 'typing' \
|
--replace 'typing==3.6.4' 'typing' \
|
||||||
--replace 'attrs==17.4.0' 'attrs' \
|
--replace 'attrs>=19.3.0,<20.3.0' 'attrs'
|
||||||
--replace 'click>=6.6,<7.0' 'click'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user