Merge pull request #248003 from matthiasbeyer/update-qtpy
qtpy: pyside -> pyside2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user