ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/lang/python/python-constantly/patches/001-unpin-setuptools.patch b/external/subpack/lang/python/python-constantly/patches/001-unpin-setuptools.patch
new file mode 100644
index 0000000..9d890ab
--- /dev/null
+++ b/external/subpack/lang/python/python-constantly/patches/001-unpin-setuptools.patch
@@ -0,0 +1,9 @@
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=68.2", "versioneer[toml]==0.29"]
++requires = ["setuptools", "versioneer[toml]==0.29"]
+ build-backend = "setuptools.build_meta"
+
+ [project]