freebuds: relax all deps (#462925)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user