Fix hassfest by adding go2rtc reqs (#130602)
parent
d0a58b68e8
commit
3201142fd8
|
@ -161,6 +161,8 @@ def _generate_hassfest_dockerimage(
|
||||||
packages.update(
|
packages.update(
|
||||||
gather_recursive_requirements(platform.value, already_checked_domains)
|
gather_recursive_requirements(platform.value, already_checked_domains)
|
||||||
)
|
)
|
||||||
|
# Add go2rtc requirements as this file needs the go2rtc integration
|
||||||
|
packages.update(gather_recursive_requirements("go2rtc", already_checked_domains))
|
||||||
|
|
||||||
return File(
|
return File(
|
||||||
_HASSFEST_TEMPLATE.format(
|
_HASSFEST_TEMPLATE.format(
|
||||||
|
|
|
@ -23,7 +23,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.5.0,source=/uv,target=/bin/uv \
|
||||||
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
|
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
|
||||||
-r /usr/src/homeassistant/requirements.txt \
|
-r /usr/src/homeassistant/requirements.txt \
|
||||||
stdlib-list==0.10.0 pipdeptree==2.23.4 tqdm==4.66.5 ruff==0.7.3 \
|
stdlib-list==0.10.0 pipdeptree==2.23.4 tqdm==4.66.5 ruff==0.7.3 \
|
||||||
PyTurboJPEG==1.7.5 ha-ffmpeg==3.2.2 hassil==2.0.1 home-assistant-intents==2024.11.13 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
|
PyTurboJPEG==1.7.5 go2rtc-client==0.1.1 ha-ffmpeg==3.2.2 hassil==2.0.1 home-assistant-intents==2024.11.13 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
|
||||||
|
|
||||||
LABEL "name"="hassfest"
|
LABEL "name"="hassfest"
|
||||||
LABEL "maintainer"="Home Assistant <hello@home-assistant.io>"
|
LABEL "maintainer"="Home Assistant <hello@home-assistant.io>"
|
||||||
|
|
Loading…
Reference in New Issue