From 1261374396a13d9a06b51fd8ba3a586b371eca66 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 10 Mar 2026 07:34:59 +0700 Subject: [PATCH] Make python quicker to build --- recipes/dev/python312/recipe.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/recipes/dev/python312/recipe.toml b/recipes/dev/python312/recipe.toml index 9067b5a5e..4d90c8407 100644 --- a/recipes/dev/python312/recipe.toml +++ b/recipes/dev/python312/recipe.toml @@ -8,16 +8,16 @@ patches = [ [build] template = "custom" dependencies = [ - "bzip2", - "libffi", - "libuuid", - "openssl3", - "ncursesw", - "readline", - "sqlite3", - "zlib", - "xz", - "zstd", + "target:bzip2", + "target:libffi", + "target:libuuid", + "target:openssl3", + "target:ncursesw", + "target:readline", + "target:sqlite3", + "target:zlib", + "target:xz", + "target:zstd", ] dev-dependencies = [ "host:python312"