Merge pull request #248003 from matthiasbeyer/update-qtpy

qtpy: pyside -> pyside2
This commit is contained in:
ajs124 2023-08-18 14:12:44 +02:00 committed by GitHub
commit 8a294d53a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;