Remove deprecated Raspberry Pi GPIO integration (#71777)
This commit is contained in:
parent
3adaad7381
commit
c8d171c475
16 changed files with 6 additions and 440 deletions
|
@ -5,9 +5,8 @@ RUN apk --no-cache add \
|
|||
raspberrypi \
|
||||
raspberrypi-libs \
|
||||
usbutils \
|
||||
&& sed -i "s|# RPi.GPIO|RPi.GPIO|g" /usr/src/homeassistant/requirements_all.txt \
|
||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||
RPi.GPIO bluepy pybluez -c /usr/src/homeassistant/requirements_all.txt \
|
||||
bluepy pybluez -c /usr/src/homeassistant/requirements_all.txt \
|
||||
--use-deprecated=legacy-resolver
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue