freebuds: relax all deps (#462925)

This commit is contained in:
Thiago Kenji Okada
2026-04-02 14:09:45 +00:00
committed by GitHub
+11 -1
View File
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
pyproject = true;
pythonRelaxDeps = [ "psutil" ];
pythonRelaxDeps = true;
build-system = with python3Packages; [
pdm-backend
@@ -33,6 +33,16 @@ python3Packages.buildPythonApplication (finalAttrs: {
buildInputs = [ qt6.qtbase ];
nativeCheckInputs = with python3Packages; [
pytest-asyncio
pytestCheckHook
];
pytestFlagsArray = [
"openfreebuds/driver/huawei/test/"
"openfreebuds/test/test_event_bus.py"
];
dependencies = with python3Packages; [
aiocmd
aiohttp