qtpy: pyside -> pyside2

(cherry picked from commit 503ccdc4bb76d66947b3cd026ddd33b45f3e0852)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
ajs124 2022-05-26 18:05:44 +02:00 committed by Matthias Beyer
parent de24b1e3b1
commit 7f9cee66de
No known key found for this signature in database

View File

@ -8,7 +8,7 @@
# tests
, pyqt5
, pyside
, pyside2
, pytestCheckHook
}:
@ -30,7 +30,7 @@ buildPythonPackage rec {
doCheck = false; # ModuleNotFoundError: No module named 'PyQt5.QtConnectivity'
nativeCheckInputs = [
pyside
pyside2
(pyqt5.override {
withConnectivity = true;
withMultimedia = true;