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:
Anderson Torres
2021-05-16 13:31:55 -03:00
committed by GitHub
28 changed files with 113 additions and 113 deletions

View File

@@ -75,7 +75,7 @@ python2Packages.buildPythonApplication {
pygobject2
reportlab
usbutils
sip
sip_4
] ++ lib.optionals withQt5 [
pyqt5
];

View File

@@ -79,7 +79,7 @@ python3Packages.buildPythonApplication {
pygobject3
reportlab
usbutils
sip
sip_4
dbus-python
] ++ lib.optionals withQt5 [
pyqt5

View File

@@ -12,7 +12,7 @@ buildPythonApplication rec {
};
propagatedBuildInputs = with python3Packages; [
lilypond pygame python-ly sip
lilypond pygame python-ly sip_4
pyqt5 poppler-qt5
pyqtwebengine
];