mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Always install requirements of after_dependencies (#79094)
This commit is contained in:
parent
2667f0b792
commit
408069cb0c
@ -357,11 +357,10 @@ async def async_process_deps_reqs(
|
||||
if failed_deps := await _async_process_dependencies(hass, config, integration):
|
||||
raise DependencyError(failed_deps)
|
||||
|
||||
if not hass.config.skip_pip and integration.requirements:
|
||||
async with hass.timeout.async_freeze(integration.domain):
|
||||
await requirements.async_get_integration_with_requirements(
|
||||
hass, integration.domain
|
||||
)
|
||||
async with hass.timeout.async_freeze(integration.domain):
|
||||
await requirements.async_get_integration_with_requirements(
|
||||
hass, integration.domain
|
||||
)
|
||||
|
||||
processed.add(integration.domain)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user