mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Cleanup pybluez from machine builds (#92122)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user