python3Packages.qasync: don't propagate pyqt5, use pyqt6 for checks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pyqt5,
|
||||
pyqt6,
|
||||
pytestCheckHook,
|
||||
uv-build,
|
||||
}:
|
||||
@@ -27,9 +27,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ uv-build ];
|
||||
|
||||
dependencies = [ pyqt5 ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pyqt6
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "qasync" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user