ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/lang/python/python-cffi/patches/001-unpin-setuptools.patch b/external/subpack/lang/python/python-cffi/patches/001-unpin-setuptools.patch
new file mode 100644
index 0000000..bf2774f
--- /dev/null
+++ b/external/subpack/lang/python/python-cffi/patches/001-unpin-setuptools.patch
@@ -0,0 +1,10 @@
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -2,6 +2,6 @@
+ requires = [
+ # first version that supports Python 3.12; older versions may work
+ # with previous Python versions, but are not tested
+- "setuptools >= 66.1"
++ "setuptools"
+ ]
+ build-backend = "setuptools.build_meta"