From 81f23f7d283691a68c50c27dcea6f63fc35ab43d Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Fri, 27 Jan 2017 16:23:27 -0500 Subject: [PATCH] Attempt to fix issue with Android packaging. Some forward progress. --- buildozer.spec | 2 +- requirements.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/buildozer.spec b/buildozer.spec index b1125ee..013e2ab 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -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 diff --git a/requirements.txt b/requirements.txt index ff07142..8787a3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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