Skip to content

Commit

Permalink
Merge pull request kivy#1053 from Sirfanas/fix-venv-python3
Browse files Browse the repository at this point in the history
[Python3] kivy#1052 ImportError: cannot import name 'main'
  • Loading branch information
AndreMiras authored Apr 8, 2020
2 parents cceab3c + 05f0024 commit 916dc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ WORKDIR ${WORK_DIR}
COPY --chown=user:user . ${SRC_DIR}

# installs buildozer and dependencies
RUN pip3 install --user Cython==0.28.6 ${SRC_DIR}
RUN pip3 install --user --upgrade Cython==0.28.6 wheel pip virtualenv ${SRC_DIR}

ENTRYPOINT ["buildozer"]

0 comments on commit 916dc6b

Please sign in to comment.