mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/meson-python: BDEPEND on RDEPEND
Fix issue where meson-python fails to build if pyproject-metadata is not installed at build time. This is needed e.g. when building a binpkg. The full RDEPEND is added because technically both meson and ninja are required at build time and are present in the base stage3 image, however if there are cases where they are not present then then emerge would fail. Signed-off-by: Tom Gillespie <tgbugs@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39403 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
committed by
Michał Górny
parent
379b748edc
commit
6cfb4fae5a
@@ -31,6 +31,7 @@ RDEPEND="
|
||||
' 3.10)
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-python/cython-0.29.34[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
>=dev-python/packaging-23.1[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user