Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workaround for working in WSL #740

Merged
merged 1 commit into from
Nov 16, 2018
Merged

workaround for working in WSL #740

merged 1 commit into from
Nov 16, 2018

Conversation

tshirtman
Copy link
Member

this makes it easier to use buildozer with WSL, as documented in the code, it works around a windows filesystem limitation that prevents updates of android tools/platorm-tools.

Needs more testing, but i could build with it after a clean/disclean, without manual workarounds.

@tito tito merged commit 8bfb633 into master Nov 16, 2018
@@ -22,6 +25,7 @@
import io
import re
import ast
import sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then we may want to add the sh dependency to the setup.py requirement

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed!

AndreMiras added a commit to AndreMiras/dockerfiles that referenced this pull request Nov 30, 2018
sh dependency needs to be installed manually since kivy/buildozer#740
@AndreMiras AndreMiras deleted the wsl branch December 1, 2018 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants