pythonPackages.spyder: Remove old substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-01-18 23:41:39 +01:00
parent 72e80a623e
commit 69d3c5d89b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 = ''