Cleanup pybluez from machine builds (#92122)

This commit is contained in:
Franck Nijhof 2023-04-27 18:02:26 +02:00 committed by GitHub
parent 2522c6d697
commit 15c2ed7b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 30 deletions

View File

@ -1,7 +1,2 @@
ARG BUILD_VERSION
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
RUN pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
pybluez \
-c /usr/src/homeassistant/requirements_all.txt \
--use-deprecated=legacy-resolver

View File

@ -3,11 +3,7 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
RUN apk --no-cache add \
raspberrypi \
raspberrypi-libs \
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
pybluez \
-c /usr/src/homeassistant/requirements_all.txt \
--use-deprecated=legacy-resolver
raspberrypi-libs
##
# Set symlinks for raspberry pi binaries.

View File

@ -3,11 +3,7 @@ FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
RUN apk --no-cache add \
raspberrypi \
raspberrypi-libs \
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
pybluez \
-c /usr/src/homeassistant/requirements_all.txt \
--use-deprecated=legacy-resolver
raspberrypi-libs
##
# Set symlinks for raspberry pi binaries.

View File

@ -3,11 +3,7 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
RUN apk --no-cache add \
raspberrypi \
raspberrypi-libs \
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
pybluez \
-c /usr/src/homeassistant/requirements_all.txt \
--use-deprecated=legacy-resolver
raspberrypi-libs
##
# Set symlinks for raspberry pi binaries.

View File

@ -3,11 +3,7 @@ FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
RUN apk --no-cache add \
raspberrypi \
raspberrypi-libs \
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
pybluez \
-c /usr/src/homeassistant/requirements_all.txt \
--use-deprecated=legacy-resolver
raspberrypi-libs
##
# Set symlinks for raspberry pi binaries.

View File

@ -1,7 +1,2 @@
ARG BUILD_VERSION
FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
RUN pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
pybluez \
-c /usr/src/homeassistant/requirements_all.txt \
--use-deprecated=legacy-resolver