mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Revert "Use requirements for constraints" (#50576)
This reverts commit 136b34af20588f101d6ef11c53a4df6377536151.
This commit is contained in:
parent
52edf9ac35
commit
47d4928d62
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -162,6 +162,6 @@ jobs:
|
|||||||
apk: "build-base;cmake;git;linux-headers;libexecinfo-dev;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;autoconf;automake;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev"
|
apk: "build-base;cmake;git;linux-headers;libexecinfo-dev;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;autoconf;automake;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev"
|
||||||
pip: "Cython;numpy;scikit-build"
|
pip: "Cython;numpy;scikit-build"
|
||||||
skip-binary: aiohttp
|
skip-binary: aiohttp
|
||||||
constraints: "requirements_all.txt"
|
constraints: "homeassistant/package_constraints.txt"
|
||||||
requirements-diff: 'requirements_diff.txt'
|
requirements-diff: 'requirements_diff.txt'
|
||||||
requirements: "requirements_all.txt"
|
requirements: "requirements_all.txt"
|
||||||
|
@ -11,7 +11,7 @@ WORKDIR /usr/src
|
|||||||
COPY . homeassistant/
|
COPY . homeassistant/
|
||||||
RUN \
|
RUN \
|
||||||
pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
-r homeassistant/requirements_all.txt -c homeassistant/requirements_all.txt \
|
-r homeassistant/requirements_all.txt \
|
||||||
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
|
||||||
-e ./homeassistant \
|
-e ./homeassistant \
|
||||||
&& python3 -m compileall homeassistant/homeassistant
|
&& python3 -m compileall homeassistant/homeassistant
|
||||||
|
Loading…
x
Reference in New Issue
Block a user