mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
Fix hassfest requirements check (#151159)
This commit is contained in:
@@ -109,11 +109,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
# pycmus > pbr > setuptools
|
||||
"pbr": {"setuptools"}
|
||||
},
|
||||
"concord232": {
|
||||
# https://bugs.launchpad.net/python-stevedore/+bug/2111694
|
||||
# concord232 > stevedore > pbr > setuptools
|
||||
"pbr": {"setuptools"}
|
||||
},
|
||||
"delijn": {"pydelijn": {"async-timeout"}},
|
||||
"devialet": {"async-upnp-client": {"async-timeout"}},
|
||||
"dlna_dmr": {"async-upnp-client": {"async-timeout"}},
|
||||
@@ -226,11 +221,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
},
|
||||
"nibe_heatpump": {"nibe": {"async-timeout"}},
|
||||
"norway_air": {"pymetno": {"async-timeout"}},
|
||||
"nx584": {
|
||||
# https://bugs.launchpad.net/python-stevedore/+bug/2111694
|
||||
# pynx584 > stevedore > pbr > setuptools
|
||||
"pbr": {"setuptools"}
|
||||
},
|
||||
"opengarage": {"open-garage": {"async-timeout"}},
|
||||
"openhome": {"async-upnp-client": {"async-timeout"}},
|
||||
"opensensemap": {"opensensemap-api": {"async-timeout"}},
|
||||
|
||||
Reference in New Issue
Block a user