From 5841df96ee95479215e54e73505c540720aa95bd Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Mon, 21 Sep 2020 00:22:06 +0300 Subject: [PATCH] modify packages and requierments --- buildozer.spec | 6 +++--- setup_packages.sh | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/buildozer.spec b/buildozer.spec index 49d64da..0f4fb03 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -22,7 +22,7 @@ source.include_patterns = assets/*,images/*.png #source.exclude_exts = spec # (list) List of directory to exclude (let empty to not exclude anything) -source.exclude_dirs = venv +#source.exclude_dirs = venv # (list) List of exclusions using pattern matching #source.exclude_patterns = license,images/*/*.jpg @@ -36,7 +36,7 @@ version = 0.1 # (list) Application requirements # comma separated e.g. requirements = sqlite3,kivy -requirements = python3,kivy +requirements = python3,kivy,kivymd # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes @@ -213,7 +213,7 @@ fullscreen = 0 #android.uses_library = # (str) Android logcat filters to use -#android.logcat_filters = *:S python:D +android.logcat_filters = *:S python:D # (bool) Copy library instead of making a libpymodules.so #android.copy_libs = 1 diff --git a/setup_packages.sh b/setup_packages.sh index c656b6b..98ec921 100755 --- a/setup_packages.sh +++ b/setup_packages.sh @@ -8,6 +8,7 @@ sudo apt-get install -y \ python3 \ python3-dev \ ffmpeg \ + libffi-dev \ libsdl2-dev \ libsdl2-image-dev \ libsdl2-mixer-dev \