diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-08-02 20:38:20 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-08-09 18:45:01 +0200 |
| commit | eb1b382019afd217b5c74d231c09fc28c9f8a1dd (patch) | |
| tree | d46f305a3b3847af03f0926b7ff7506e975019a8 /dev-python | |
| parent | 01ffec5159a3a76d1244cb7eb38314a9cf76e5a4 (diff) | |
| download | gentoo-eb1b382019afd217b5c74d231c09fc28c9f8a1dd.tar.gz gentoo-eb1b382019afd217b5c74d231c09fc28c9f8a1dd.tar.bz2 gentoo-eb1b382019afd217b5c74d231c09fc28c9f8a1dd.zip | |
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>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pybind11/pybind11-3.0.0.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/pybind11/pybind11-3.0.0.ebuild b/dev-python/pybind11/pybind11-3.0.0.ebuild index 921ba3c8fe8e..d7cf48e0c873 100644 --- a/dev-python/pybind11/pybind11-3.0.0.ebuild +++ b/dev-python/pybind11/pybind11-3.0.0.ebuild @@ -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() { |
