pythonPackages.chalice: remove stale substituteInPlace
This commit is contained in:
parent
99f1ba3258
commit
54677510d7
@ -52,8 +52,7 @@ 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 'typing==3.6.4' 'typing' \
|
--replace 'typing==3.6.4' 'typing'
|
||||||
--replace 'attrs>=19.3.0,<20.3.0' 'attrs'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user