buildozer
buildozer copied to clipboard
Don't work "requirements.source" option in buildozer.spec
I want to use local exchangelib module (i change some code inside this). In compile process I see info about using local module. But then I check .py files inside /home/andrey/PycharmProjects/pythonProject/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/myapp/exchangelib, I see that files inside buildozer folder is not from my local module. Why? Some another options needed?
(list) Application requirements
comma separated e.g. requirements = sqlite3,kivy
requirements = python3,kivy,exchangelib,kivymd,cached-property,requests,urllib3,chardet,idna,oauthlib,requests-oauthlib,backports.zoneinfo,tzlocal,pytz,lxml,defusedxml,isodate,pygments,tzdata,requests-ntlm,cryptography,ntlm-auth,dnspython, setuptools
(str) Custom source folders for requirements
Sets custom source for any requirements with recipes
requirements.source.kivy = ../../kivy
requirements.source.exchangelib = /home/andrey/.local/lib/python3.8/site-packages/exchangelib
I wanted to ask if you found solution to this problem?
This is still an issue for me, anyone found anything to fix this?
👋 @xx113355, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. Let us know if this comment was made in error, and we'll be happy to reopen the issue.