mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35: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:
@@ -3,8 +3,7 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
|
||||
|
||||
RUN apk --no-cache add usbutils \
|
||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
|
||||
--use-deprecated=legacy-resolver \
|
||||
bluepy \
|
||||
pybluez \
|
||||
pygatt[GATTTOOL]
|
||||
pygatt[GATTTOOL] \
|
||||
-c /usr/src/homeassistant/requirements_all.txt \
|
||||
--use-deprecated=legacy-resolver
|
||||
|
Reference in New Issue
Block a user