ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/lang/python/python-setuptools/test.sh b/external/subpack/lang/python/python-setuptools/test.sh
new file mode 100644
index 0000000..bc35600
--- /dev/null
+++ b/external/subpack/lang/python/python-setuptools/test.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ "$1" = python3-setuptools ] || exit 0
+
+python3 -c 'from setuptools import setup'