pythonPackages.chalice: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel
2021-02-22 08:41:19 +01:00
parent 99f1ba3258
commit 54677510d7

View File

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