pythonPackages.sip: rename to sip_4

sip 4 is the old and unmaintained version
This commit is contained in:
Eduardo Sánchez Muñoz
2021-05-10 20:41:38 +02:00
parent 4f675ad255
commit 08a26e4579
23 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
# python deps
, python, buildPythonPackage
, alembic, beautifulsoup4, chardet, lxml, Mako, pyenchant
, pyqt5_with_qtwebkit, pyxdg, sip, sqlalchemy, sqlalchemy_migrate
, pyqt5_with_qtwebkit, pyxdg, sip_4, sqlalchemy, sqlalchemy_migrate
}:
buildPythonPackage rec {
@@ -41,7 +41,7 @@ buildPythonPackage rec {
pyenchant
pyqt5_with_qtwebkit
pyxdg
sip
sip_4
sqlalchemy
sqlalchemy_migrate
];