Attempt to fix issue with Android packaging.

Some forward progress.
This commit is contained in:
Dorian 2017-01-27 16:23:27 -05:00
parent 277ad2a664
commit 81f23f7d28
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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