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 6060 - name : Setup environment
6161 run : |
6262 pip install -e .
63- pip install Cython==0.28.6
63+ pip install Cython==0.29.19
6464 - run : buildozer --help
6565 - run : buildozer init
6666 - 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 20.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