pythonPackages.spyder: Remove old substituteInPlace
This commit is contained in:
parent
72e80a623e
commit
69d3c5d89b
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ buildPythonPackage rec {
|
|||
sed -i /pyqtwebengine/d setup.py
|
||||
substituteInPlace setup.py \
|
||||
--replace "pyqt5<5.13" "pyqt5" \
|
||||
--replace "parso==0.7.0" "parso" \
|
||||
--replace "jedi==0.17.1" "jedi"
|
||||
--replace "parso==0.7.0" "parso"
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue