python3Packages.qasync: don't propagate pyqt5, use pyqt6 for checks

This commit is contained in:
fsagbuya
2026-03-10 11:25:07 +08:00
parent 1394617800
commit 918a7654f2
@@ -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" ];