diff --git a/machine/khadas-vim3 b/machine/khadas-vim3 index d5286392659..af934f31f0e 100644 --- a/machine/khadas-vim3 +++ b/machine/khadas-vim3 @@ -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 diff --git a/machine/raspberrypi3 b/machine/raspberrypi3 index 598898199e4..5d109e240b7 100644 --- a/machine/raspberrypi3 +++ b/machine/raspberrypi3 @@ -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. diff --git a/machine/raspberrypi3-64 b/machine/raspberrypi3-64 index 3db31631426..9205b90389a 100644 --- a/machine/raspberrypi3-64 +++ b/machine/raspberrypi3-64 @@ -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. diff --git a/machine/raspberrypi4 b/machine/raspberrypi4 index 598898199e4..5d109e240b7 100644 --- a/machine/raspberrypi4 +++ b/machine/raspberrypi4 @@ -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. diff --git a/machine/raspberrypi4-64 b/machine/raspberrypi4-64 index 3db31631426..9205b90389a 100644 --- a/machine/raspberrypi4-64 +++ b/machine/raspberrypi4-64 @@ -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. diff --git a/machine/tinker b/machine/tinker index 60a99734fe4..57f6d0cddb8 100644 --- a/machine/tinker +++ b/machine/tinker @@ -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