pybind11 is in RHEL 9.0 Remove it from epel9.
The pybind11 in epel9 is higher version than in RHEL 9.0. That creates a problem. We need to make sure nothing in epel9 requires this higher version of pybind11 before it is taken out. If there are dependencies, we'll have to deal with them as they come.
pybind11 was already included in RHEL 8.4 and I have not touched the EPEL branches since Jan 2021. The package https://koji.fedoraproject.org/koji/buildinfo?buildID=1918914 was built in EPEL 9 by slaanesh. I am not involved so I am removing myself from CC.
I have verified that nothing currently depends on pybind11 / pybind11-devel / python3-pybind11 in epel9.
In epel9 oneVPL has a build dependency on pybind "BuildRequires: python3dist(pybind11)", but no specific version. I just pushed an update to oneVPL a few days ago. Without this, it can not be built, and this is because it is now included in RHEL 9.0, but it is NOT YET included in CentSO Stream 9. A dnf repoquery on CentOS Stream 9 does not return anything. Shouldn't CentOS Stream receive changes first compared to RHEL?
python3-pybind11 and pybind11-devel are in CentOS Stream 9. They are in the crb repository. # dnf config-manager --enable crb # dnf list "*pybind11*" Available Packages pybind11-devel.i686 2.6.2-4.el9 crb pybind11-devel.x86_64 2.6.2-4.el9 crb python3-pybind11.x86_64 2.6.2-4.el9 crb
Ah! Sorry for the noise than. Thanks. pybind11 has been untagged in Koji, so I think this can be closed.