mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/meson-python: Strip Python package dep on ninja
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -44,3 +44,10 @@ distutils_enable_sphinx docs \
|
||||
dev-python/furo \
|
||||
dev-python/sphinx-autodoc-typehints
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
# strip dependency on ninja -- we provide ninja via Gentoo package
|
||||
# rather than the Python wheel, so we don't have .dist-info there
|
||||
sed -i -e '/ninja/d' pyproject.toml || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user