mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
Merge pull request #248003 from matthiasbeyer/update-qtpy
qtpy: pyside -> pyside2
This commit is contained in:
commit
8a294d53a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user