Replying to:
https://github.com/kamailio/kamailio/issues/1949#issuecomment-553517712
There is no python3-devel or python3 (place-holder packages) for CentOS 8.
`Please try download or install python3-devel or python3.`
Let me repeat. On CentOS 8, THERE IS NO PACKAGE `python3-devel` or `python3`.
Look closely, please:
https://koji.mbox.centos.org/koji/buildinfo?buildID=4624
Quote:
```
Description | This is the internal interpreter of the Python language for the system. **To
use Python yourself, please install one of the available Python 3 packages, for example
python36.**
```
Only python36-devel and python36 exist (as yet) for CentOS 8.
Verified by `dnf search python36-devel` and `python3-devel` etc.
```
dnf search python3 | grep -i devel
Last metadata expiration check: 1:03:05 ago on Wed 13 Nov 2019 12:15:27 PM CET.
python3-qscintilla-qt5-devel.noarch : Development files for QScintilla-qt5
python3-idle.i686 : A basic graphical development environment for Python
python3-idle.x86_64 : A basic graphical development environment for Python
python3-kobo.noarch : Python modules for tools development
python36-devel.x86_64 : Libraries and header files needed for Python development
python3-hupper.noarch : Integrated process monitor for developing servers
python3-werkzeug.noarch : The Swiss Army knife of Python web development
```
Apparently these place-holder packages are necessary for building kamailio?
This:
https://build.opensuse.org/package/view_file/home:kamailio:v5.3.x-rpms/kama…
should include (?) e.g.
```
%if 0%{?centos_ver} == 8
%define dist_name centos
%define dist_version %{?centos}
%define dist .el8.centos
...
%bcond_without python36
...
%endif
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2084#issuecomment-553528296