Pin cython==0.24.1 (#4057)

This commit is contained in:
Paulus Schoutsen 2016-10-25 23:38:32 -07:00 committed by GitHub
parent fe3aed0f0c
commit 4833e992fb
2 changed files with 2 additions and 1 deletions

View file

@ -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 . .

View file

@ -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