1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Hive Fix build dependancy requirement (#156171)

This commit is contained in:
Khole
2025-11-09 09:31:11 +00:00
committed by GitHub
parent fb30535730
commit c74a298b5b
4 changed files with 3 additions and 8 deletions

View File

@@ -169,11 +169,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
"here-routing": {"async-timeout"},
"here-transit": {"async-timeout"},
},
"hive": {
# https://github.com/Pyhass/Pyhiveapi/pull/88
# pyhive-integration > unasync > setuptools
"unasync": {"setuptools"}
},
"homewizard": {"python-homewizard-energy": {"async-timeout"}},
"imeon_inverter": {"imeon-inverter-api": {"async-timeout"}},
"influxdb": {