From 300e99bf523760bd29925bb0559610838a8d9ccb Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Fri, 9 Jun 2023 12:46:20 -0600
Subject: [PATCH] rustpython: use new method for passing cargo flags

---
 recipes/rustpython/recipe.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes/rustpython/recipe.toml b/recipes/rustpython/recipe.toml
index 54f2f753c..0d082a78f 100644
--- a/recipes/rustpython/recipe.toml
+++ b/recipes/rustpython/recipe.toml
@@ -10,8 +10,7 @@ script = """
 export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython
 export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
 export ZLIB_STATIC=1
-COOKBOOK_CARGO_FLAGS+=(--features ssl)
-cookbook_cargo
+cookbook_cargo --features ssl
 mkdir -p "${COOKBOOK_STAGE}/lib"
 rsync -aE \
   --exclude 'test/' \
-- 
GitLab