Skip to content

Commit edd45b4

Browse files
committed
fix buildozer.spec
1 parent f05b452 commit edd45b4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

buildozer.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ requirements =
4646
able_recipe,
4747
https://github.com/b3b/midistream/archive/master.zip,
4848
mididriver,
49-
Pillow, # this is recipe, not a package
49+
# Pillow is a recipe, not a package
50+
Pillow,
5051
docutils==0.16,
5152
requests==2.24.0,
5253
urllib3==1.25.9,
@@ -61,6 +62,8 @@ android.api = 29
6162
android.minapi = 22
6263
android.ndk = 20b
6364

65+
android.accept_sdk_license = True
66+
6467
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
6568
android.arch = armeabi-v7a
6669

0 commit comments

Comments
 (0)