From b5daccaed122456cf9dbec8e3523e3f47e490d22 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 28 Sep 2025 12:43:45 -0600 Subject: [PATCH] python312: use whatever system python3 is installed for the build --- recipes/dev/python312/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/dev/python312/recipe.toml b/recipes/dev/python312/recipe.toml index 1209eb07b..c75583209 100644 --- a/recipes/dev/python312/recipe.toml +++ b/recipes/dev/python312/recipe.toml @@ -34,7 +34,7 @@ COOKBOOK_CONFIGURE_FLAGS=( --disable-ipv6 --host=${GNU_TARGET} --build=$ARCH - --with-build-python + --with-build-python=python3 --with-ensurepip=install --disable-test-modules ac_cv_file__dev_ptmx=no