python312Packages.govee-ble: refactor

This commit is contained in:
Fabian Affolter 2024-04-25 17:29:15 +02:00
parent 086c5cae26
commit dbc5f47013

View file

@ -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