Mercurial > libervia-desktop-kivy
diff .p4a @ 316:86566968837a
android (p4a): updated P4A option to use Python 3:
- hostpython3 is now used so we are using Python 3
- added pyasn1 and pyasn1-modules which were lacking
- recent p4a now use setup.py, this is currently disabled to keep the building working
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 16 Oct 2019 08:48:32 +0200 |
parents | fdbb07f1e373 |
children | 0a92958eea80 |
line wrap: on
line diff
--- a/.p4a Sun Aug 25 12:17:56 2019 +0200 +++ b/.p4a Wed Oct 16 08:48:32 2019 +0200 @@ -4,7 +4,7 @@ --dist-name cagou_dev_build --debug --bootstrap=sdl2 ---requirements "hostpython2, kivy, sqlite3, omemo, omemo-backend-signal, service_identity, automat, attrs, twisted, wokkel, hg+https://repos.goffi.org/sat, hg+https://repos.goffi.org/sat_tmp, pil, pyxdg, markdown, html2text, python-dateutil, pycrypto, plyer, android, python-potr, shortuuid, babel, lxml, pudb, urwid, cryptography, openssl, pyopenssl" +--requirements "hostpython3, kivy, sqlite3, omemo, omemo-backend-signal, service_identity, automat, attrs, twisted, wokkel, hg+https://repos.goffi.org/sat, hg+https://repos.goffi.org/sat_tmp, pil, pyxdg, markdown, html2text, python-dateutil, pycrypto, plyer, android, python-potr, shortuuid, babel, lxml, pudb, urwid, cryptography, openssl, pyopenssl, pyasn1, pyasn1-modules" --private . --package=org.salutatoi.cagou --name "Cagou" --version 0.1 --whitelist .p4a_whitelist @@ -20,3 +20,4 @@ --permission RECORD_AUDIO --permission READ_EXTERNAL_STORAGE --permission WRITE_EXTERNAL_STORAGE +--ignore-setup-py