mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Pin cython==0.24.1 (#4057)
This commit is contained in:
parent
fe3aed0f0c
commit
4833e992fb
@ -20,7 +20,7 @@ RUN script/build_python_openzwave && \
|
|||||||
|
|
||||||
COPY requirements_all.txt requirements_all.txt
|
COPY requirements_all.txt requirements_all.txt
|
||||||
RUN pip3 install --no-cache-dir -r requirements_all.txt && \
|
RUN pip3 install --no-cache-dir -r requirements_all.txt && \
|
||||||
pip3 install --upgrade cython==0.24.1 mysqlclient psycopg2 uvloop
|
pip3 install mysqlclient psycopg2 uvloop
|
||||||
|
|
||||||
# Copy source
|
# Copy source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
@ -20,5 +20,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
git checkout python3
|
git checkout python3
|
||||||
|
pip3 install --upgrade cython==0.24.1
|
||||||
PYTHON_EXEC=`which python3` make build
|
PYTHON_EXEC=`which python3` make build
|
||||||
PYTHON_EXEC=`which python3` make install
|
PYTHON_EXEC=`which python3` make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user