I add twisted, zope.interface and attrs to requirements of buildozer.spec file in order to use Twisted for my Kivy project.
I ran buildozer android debug but the build failed at the first time. When i ran buildozer android debug again without any changes, the build succeeded without any errors.
Versions
Description
I add
twisted
,zope.interface
andattrs
to requirements of buildozer.spec file in order to use Twisted for my Kivy project. I ranbuildozer android debug
but the build failed at the first time. When i ranbuildozer android debug
again without any changes, the build succeeded without any errors.buildozer.spec
Command:
Spec file:
Expected Result
The build succeed on the first attempt.
Logs