From 0f282a5ee5d5d9fb29d423e093f219821fa95de4 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Wed, 27 Aug 2025 12:22:23 +0000 Subject: [PATCH] Disable rustpython update --- recipes/dev/rustpython/recipe.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/dev/rustpython/recipe.toml b/recipes/dev/rustpython/recipe.toml index d82595c2d..608dfcafc 100644 --- a/recipes/dev/rustpython/recipe.toml +++ b/recipes/dev/rustpython/recipe.toml @@ -13,7 +13,6 @@ template = "custom" script = """ DYNAMIC_INIT -(cd "${COOKBOOK_SOURCE}" && bash scripts/redox/uncomment-cargo.sh && cargo update) export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython export OPENSSL_DIR="${COOKBOOK_SYSROOT}" export ZLIB_STATIC=1