File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 - name : Setup environment
5656 run : |
5757 pip install -e .
58- pip install Cython==0.28.6
58+ pip install Cython==0.29.19
5959 - run : buildozer --help
6060 - run : buildozer init
6161 - name : SDK, NDK and p4a download
Original file line number Diff line number Diff line change @@ -76,6 +76,6 @@ WORKDIR ${WORK_DIR}
7676COPY --chown=user:user . ${SRC_DIR}
7777
7878# installs buildozer and dependencies
79- RUN pip3 install --user --upgrade Cython==0.28.6 wheel pip virtualenv ${SRC_DIR}
79+ RUN pip3 install --user --upgrade Cython==0.29.19 wheel pip virtualenv ${SRC_DIR}
8080
8181ENTRYPOINT ["buildozer" ]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Android on Ubuntu 18.04 (64bit)
2222
2323 sudo apt update
2424 sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
25- pip3 install --user --upgrade cython virtualenv # the --user should be removed if you do this in a venv
25+ pip3 install --user --upgrade Cython==0.29.19 virtualenv # the --user should be removed if you do this in a venv
2626
2727 # add the following line at the end of your ~/.bashrc file
2828 export PATH=$PATH:~/.local/bin/
You can’t perform that action at this time.
0 commit comments