question about buildozer requirements

30 views
Skip to first unread message

טום ג

unread,
Dec 8, 2019, 1:24:06 AM12/8/19
to Kivy users support
So I am building a kivy app with buildozer,
but as i am making some shcnages to plyer and pyjnius i want buildozer to use the packages straight from my local fork,
so i won't need to push every change i am doing to github.
is there any way to tell buildozer to take  these packages from my computer instead of everytime downloading them from github?

Robert Flatt

unread,
Dec 8, 2019, 2:00:39 AM12/8/19
to Kivy users support
Just do what you might normally do in Python with your own packages
Put the directories in the project, beside main.py

And don't do anything special in buildozer.spec

[this assumes your packages don't have any components that need to be compiled]

Alexander Taylor

unread,
Dec 8, 2019, 6:35:42 AM12/8/19
to Kivy users support
Set the $P4A_recipename_DIR environment variables for these modules to point to your local forks. I think there's also a buildozer.spec option for setting these.
Reply all
Reply to author
Forward
0 new messages