|
@@ -37,7 +37,7 @@ version = 1.0
|
|
|
|
|
|
# (list) Application requirements
|
|
# (list) Application requirements
|
|
# comma separated e.g. requirements = sqlite3,kivy
|
|
# comma separated e.g. requirements = sqlite3,kivy
|
|
-requirements = python3,kivy,bleak,async_to_sync,async-timeout
|
|
|
|
|
|
+requirements = python3,kivy,bleak
|
|
|
|
|
|
# (str) Custom source folders for requirements
|
|
# (str) Custom source folders for requirements
|
|
# Sets custom source for any requirements with recipes
|
|
# Sets custom source for any requirements with recipes
|
|
@@ -330,7 +330,7 @@ android.allow_backup = True
|
|
#p4a.source_dir =
|
|
#p4a.source_dir =
|
|
|
|
|
|
# (str) The directory in which python-for-android should look for your own build recipes (if any)
|
|
# (str) The directory in which python-for-android should look for your own build recipes (if any)
|
|
-#p4a.local_recipes =
|
|
|
|
|
|
+p4a.local_recipes = home/jam/Projects/bleak/backends/p4android/recipes
|
|
|
|
|
|
# (str) Filename to the hook for p4a
|
|
# (str) Filename to the hook for p4a
|
|
#p4a.hook =
|
|
#p4a.hook =
|