Attempt to fix issue with Android packaging.
Some forward progress.
This commit is contained in:
parent
277ad2a664
commit
81f23f7d28
|
@ -36,7 +36,7 @@ version = 0.1
|
|||
|
||||
# (list) Application requirements
|
||||
# comma seperated e.g. requirements = sqlite3,kivy
|
||||
requirements = kivy
|
||||
requirements = kivy,python2
|
||||
|
||||
# (str) Custom source folders for requirements
|
||||
# Sets custom source for any requirements with recipes
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
Cython==0.23
|
||||
#Cython==0.23
|
||||
Cython
|
||||
-e git+https://github.com/kivy/kivy#egg=Kivy
|
||||
-e git+https://github.com/kivy/buildozer#egg=buildozer
|
||||
pyinstaller
|
||||
|
||||
colorama
|
||||
sh
|
||||
jinja2
|
||||
enum34
|
||||
|
|
Loading…
Reference in New Issue