From f92a493f2f1d48590c91d017db44038f51c8fdf6 Mon Sep 17 00:00:00 2001 From: Vincent Fortier Date: Sat, 25 Jan 2025 20:53:43 +0000 Subject: [PATCH] py312-313: Extra requirement for rpds-py with newer gcc --- spk/python312-wheels/src/requirements-crossenv-rpds-py.txt | 6 ++++++ spk/python313-wheels/src/requirements-crossenv-rpds-py.txt | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 spk/python312-wheels/src/requirements-crossenv-rpds-py.txt create mode 100644 spk/python313-wheels/src/requirements-crossenv-rpds-py.txt diff --git a/spk/python312-wheels/src/requirements-crossenv-rpds-py.txt b/spk/python312-wheels/src/requirements-crossenv-rpds-py.txt new file mode 100644 index 00000000000..d403d32b4fe --- /dev/null +++ b/spk/python312-wheels/src/requirements-crossenv-rpds-py.txt @@ -0,0 +1,6 @@ +# [rpds-py] +# Version >= 0.22.3 requires rustc >= 1.80 +# Require environment variables +# PYO3_CROSS_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib/ +# PYO3_CROSS_INCLUDE_DIR=$(STAGING_INSTALL_PREFIX)/include/ +rpds_py==0.22.3 diff --git a/spk/python313-wheels/src/requirements-crossenv-rpds-py.txt b/spk/python313-wheels/src/requirements-crossenv-rpds-py.txt new file mode 100644 index 00000000000..d403d32b4fe --- /dev/null +++ b/spk/python313-wheels/src/requirements-crossenv-rpds-py.txt @@ -0,0 +1,6 @@ +# [rpds-py] +# Version >= 0.22.3 requires rustc >= 1.80 +# Require environment variables +# PYO3_CROSS_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib/ +# PYO3_CROSS_INCLUDE_DIR=$(STAGING_INSTALL_PREFIX)/include/ +rpds_py==0.22.3