Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup pybluez from machine builds #92122

Merged
merged 1 commit into from Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions 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
6 changes: 1 addition & 5 deletions machine/raspberrypi3
Expand Up @@ -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.
Expand Down
6 changes: 1 addition & 5 deletions machine/raspberrypi3-64
Expand Up @@ -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.
Expand Down
6 changes: 1 addition & 5 deletions machine/raspberrypi4
Expand Up @@ -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.
Expand Down
6 changes: 1 addition & 5 deletions machine/raspberrypi4-64
Expand Up @@ -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.
Expand Down
5 changes: 0 additions & 5 deletions 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