mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Pin cython==0.24.1 (#4057)
This commit is contained in:
@@ -20,7 +20,7 @@ RUN script/build_python_openzwave && \
|
||||
|
||||
COPY requirements_all.txt 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 . .
|
||||
|
@@ -20,5 +20,6 @@ else
|
||||
fi
|
||||
|
||||
git checkout python3
|
||||
pip3 install --upgrade cython==0.24.1
|
||||
PYTHON_EXEC=`which python3` make build
|
||||
PYTHON_EXEC=`which python3` make install
|
||||
|
Reference in New Issue
Block a user