Issues building PYTHON
module on Alpine Linux due to sunsetting of Python2. The python2
package (apk) has been removed from the current Alpine linux. The APKBUILD file in the current Kamailio branches includes build settings for installing the Python (python2) module. While I'm guessing it's possible to build python2 in the current Alpine container it was a conscious decision to no longer have a package for it. Given this, what is the opinion about not building this by default within the APKBUILD file?
Running abuild -r
fails due to lack of python2 libraries.
Running abuild -r
fails due to lack of python2 libraries.
N/A
N/A
N/A
In APKBUILD
remove references to python2
and python
(but not python3
). I'll submit a pull request to do this.
Kamailio 5.7
Alpine Linux latest
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.