mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
Remove unneeded pygatt package from machine builds (#91940)
This commit is contained in:
parent
2f1a5942ab
commit
43880ffdc4
@ -5,6 +5,5 @@ RUN apk --no-cache add \
|
|||||||
usbutils \
|
usbutils \
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
pygatt[GATTTOOL] \
|
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
--use-deprecated=legacy-resolver
|
--use-deprecated=legacy-resolver
|
||||||
|
@ -7,7 +7,6 @@ RUN apk --no-cache add \
|
|||||||
usbutils \
|
usbutils \
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
pygatt[GATTTOOL] \
|
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
--use-deprecated=legacy-resolver
|
--use-deprecated=legacy-resolver
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ RUN apk --no-cache add \
|
|||||||
usbutils \
|
usbutils \
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
pygatt[GATTTOOL] \
|
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
--use-deprecated=legacy-resolver
|
--use-deprecated=legacy-resolver
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ RUN apk --no-cache add \
|
|||||||
usbutils \
|
usbutils \
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
pygatt[GATTTOOL] \
|
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
--use-deprecated=legacy-resolver
|
--use-deprecated=legacy-resolver
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ RUN apk --no-cache add \
|
|||||||
usbutils \
|
usbutils \
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
pygatt[GATTTOOL] \
|
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
--use-deprecated=legacy-resolver
|
--use-deprecated=legacy-resolver
|
||||||
|
|
||||||
|
@ -4,6 +4,5 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
|||||||
RUN apk --no-cache add usbutils \
|
RUN apk --no-cache add usbutils \
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
pybluez \
|
pybluez \
|
||||||
pygatt[GATTTOOL] \
|
|
||||||
-c /usr/src/homeassistant/requirements_all.txt \
|
-c /usr/src/homeassistant/requirements_all.txt \
|
||||||
--use-deprecated=legacy-resolver
|
--use-deprecated=legacy-resolver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user