I finally got time to look at this. It there were 3 run time errors from Python all of the form:
11-25 11:16:26.340 16591 16624 I python : Traceback (most recent call last):
11-25 11:16:26.340 16591 16624 I python : File "/home/bobf/ex/test/.buildozer/android/app/main.py", line 4, in <module>
11-25 11:16:26.341 16591 16624 I python : File "/home/bobf/ex/test/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/SuperApp/requests/__init__.py", line 43, in <module>
11-25 11:16:26.341 16591 16624 I python : ModuleNotFoundError: No module named 'urllib3'
11-25 11:16:26.341 16591 16624 I python : Python for android ended.
Added the missing packages that requests depends on to the requirements and all was fine:
requirements = python3,kivy,requests,bs4,urllib3,chardet,idna