mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
pythonPackages.chalice: remove stale substituteInPlace
This commit is contained in:
parent
99f1ba3258
commit
54677510d7
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user