Merge pull request #121588 from eduardosm/sip-rename
pythonPackages.sip: rename to sip_4, pythonPackages.sip_5: rename to sip
This commit is contained in:
@@ -75,7 +75,7 @@ python2Packages.buildPythonApplication {
|
||||
pygobject2
|
||||
reportlab
|
||||
usbutils
|
||||
sip
|
||||
sip_4
|
||||
] ++ lib.optionals withQt5 [
|
||||
pyqt5
|
||||
];
|
||||
|
||||
@@ -79,7 +79,7 @@ python3Packages.buildPythonApplication {
|
||||
pygobject3
|
||||
reportlab
|
||||
usbutils
|
||||
sip
|
||||
sip_4
|
||||
dbus-python
|
||||
] ++ lib.optionals withQt5 [
|
||||
pyqt5
|
||||
|
||||
@@ -12,7 +12,7 @@ buildPythonApplication rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
lilypond pygame python-ly sip
|
||||
lilypond pygame python-ly sip_4
|
||||
pyqt5 poppler-qt5
|
||||
pyqtwebengine
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user