dev-python/iminuit: 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:32:52 +02:00
parent bb50a8adb7
commit c9cdc00675
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -54,8 +54,6 @@ src_prepare() {
# do not force LTO
sed -i -e '/INTERPROCEDURAL_OPTIMIZATION/d' CMakeLists.txt || die
# https://github.com/scikit-build/scikit-build-core/issues/912
sed -i -e '/scikit-build-core/s:0\.10:0.8:' pyproject.toml || die
}
src_test() {