Closed
Description
p4a version: git master
os: opensuse tumbleweed
I tried to build apk with command:
p4a apk --private /home/z/pproj/paradox_ssh/ --version=1.7 --bootstrap=sdl2 --local-recipes=./recipes --requirements=python3,kivy-async,openssl,sqlite3,pil,requests,sdl2,plyer --whitelist=./whitelist.txt --permission=CALL_PHONE --permission=INTERNET --orientation=portrait --package=org.spbelect.paradox2 --name="paradox2" --release
got an error about missing lib, which i could not find in my distro:
libtinfo.so.5: cannot open shared object file: No such file or directory
full p4a log: https://gist.github.com/Fak3/c6db4050eca33b9c7571c1e508f54f24
I wonder what is this lib and is there any way to resolve this dependency?