Skip to content

Commit 82857ac

Browse files
authored
fix(home-assistant): adapt python version site-package dir
1 parent 1b0963a commit 82857ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/home-assistant/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ RUN \
9797
&& apk del --purge .build-deps \
9898
&& rm -rf /root/.cache /root/.cargo /tmp/*
9999

100-
RUN /bin/sed -i '/self\.negotiate_unix_fd = negotiate_unix_fd/a \ self.uid = UID_NOT_SPECIFIED' /usr/local/lib/python3.13/site-packages/dbus_fast/auth.py
100+
RUN /bin/sed -i '/self\.negotiate_unix_fd = negotiate_unix_fd/a \ self.uid = UID_NOT_SPECIFIED' /usr/local/lib/python3.14/site-packages/dbus_fast/auth.py
101101

102102
COPY . /
103103

0 commit comments

Comments
 (0)