python312Packages.govee-ble: refactor
This commit is contained in:
parent
086c5cae26
commit
dbc5f47013
1 changed files with 3 additions and 3 deletions
|
@ -26,14 +26,14 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace " --cov=govee_ble --cov-report=term-missing:skip-covered" ""
|
--replace-fail " --cov=govee_ble --cov-report=term-missing:skip-covered" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
bluetooth-data-tools
|
bluetooth-data-tools
|
||||||
bluetooth-sensor-state-data
|
bluetooth-sensor-state-data
|
||||||
home-assistant-bluetooth
|
home-assistant-bluetooth
|
||||||
|
|
Loading…
Reference in a new issue