ASR_BASE

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