hplip: Fix missing pyqt5_sip module

Fixes #114051.
This commit is contained in:
Doron Behar
2022-02-15 13:29:51 +02:00
parent 19f52c3818
commit 38afa0bd75
+1
View File
@@ -83,6 +83,7 @@ python3Packages.buildPythonApplication {
dbus-python
] ++ lib.optionals withQt5 [
pyqt5
pyqt5_sip
enum-compat
];