mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 11:45:09 +02:00
Python 3.10 / Base image 2022.06.01 (#73830)
* Python 3.10 / Base image 2022.06.01 * Update requirements * push opencv * we don't need numpy on core for now * Remove unused ignore Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -6,7 +6,9 @@ RUN apk --no-cache add \
|
||||
raspberrypi-libs \
|
||||
usbutils \
|
||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||
bluepy pybluez -c /usr/src/homeassistant/requirements_all.txt \
|
||||
pybluez \
|
||||
pygatt[GATTTOOL] \
|
||||
-c /usr/src/homeassistant/requirements_all.txt \
|
||||
--use-deprecated=legacy-resolver
|
||||
|
||||
##
|
||||
|
Reference in New Issue
Block a user