dev-python/pybind11: Remove obsolete scikit-build-core hack

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/43299
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-08-02 20:38:20 +02:00
parent 01ffec5159
commit eb1b382019
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -45,9 +45,6 @@ distutils_enable_tests pytest
src_prepare() {
cmake_src_prepare
distutils-r1_src_prepare
# https://github.com/scikit-build/scikit-build-core/issues/912
sed -i -e '/scikit-build-core/s:0\.11\.2:0.8:' pyproject.toml || die
}
python_configure() {