Skip to content
Snippets Groups Projects
Unverified Commit 47d4928d authored by Pascal Vizeli's avatar Pascal Vizeli Committed by GitHub
Browse files

Revert "Use requirements for constraints" (#50576)

This reverts commit 136b34af.
parent 52edf9ac
No related branches found
No related tags found
No related merge requests found
...@@ -162,6 +162,6 @@ jobs: ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment