mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
meson.eclass: crank the minimum meson for python 3.12 support
Contains the all-important commit:3c3caf5163Which was backported from:2d6c10908bNeeded in order to avoid randomly requiring dev-python/setuptools[python_targets_python3_12] when building software with meson that happens to run py.find_installation() (which cannot even be described as a dev-build/meson dependency, since meson can target pythons other than the one meson itself uses!) Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -43,7 +43,7 @@ _MESON_ECLASS=1
|
||||
|
||||
inherit flag-o-matic multiprocessing ninja-utils python-utils-r1 toolchain-funcs
|
||||
|
||||
BDEPEND=">=dev-build/meson-1.2.1
|
||||
BDEPEND=">=dev-build/meson-1.2.3
|
||||
${NINJA_DEPEND}
|
||||
dev-build/meson-format-array
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user