hplip: Fix missing pyqt5_sip module

Fixes #114051.
This commit is contained in:
Doron Behar 2022-02-15 11:03:03 +02:00
parent 19f52c3818
commit 38afa0bd75

View file

@ -83,6 +83,7 @@ python3Packages.buildPythonApplication {
dbus-python
] ++ lib.optionals withQt5 [
pyqt5
pyqt5_sip
enum-compat
];