ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/lang/python/python3/test.sh b/external/subpack/lang/python/python3/test.sh
new file mode 100644
index 0000000..b45e654
--- /dev/null
+++ b/external/subpack/lang/python/python3/test.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+case "$1" in
+python3|python3-base|python3-light)
+	python3 --version | grep -Fx "Python $2"
+	;;
+esac