python312Packages.xiaomi-ble: refactor

This commit is contained in:
Fabian Affolter 2024-03-25 09:51:03 +01:00 committed by GitHub
parent 5c17f1cc3e
commit 180ccd3261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ buildPythonPackage rec {
--replace-fail " --cov=xiaomi_ble --cov-report=term-missing:skip-covered" "" --replace-fail " --cov=xiaomi_ble --cov-report=term-missing:skip-covered" ""
''; '';
nativeBuildInputs = [ build-system = [
poetry-core poetry-core
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];
@ -43,7 +43,7 @@ buildPythonPackage rec {
"pycryptodomex" "pycryptodomex"
]; ];
propagatedBuildInputs = [ dependencies = [
bleak bleak
bleak-retry-connector bleak-retry-connector
bluetooth-data-tools bluetooth-data-tools