packagelib: use python3 by default
authorMathias De Mare <mathias.de_mare@nokia.com>
Mon, 08 Aug 2022 17:26:04 +0200
changeset 49418 ccccd5064c6c
parent 49416 075a553028e2
child 49419 2edb41ed6c49
packagelib: use python3 by default
contrib/packaging/packagelib.sh
--- a/contrib/packaging/packagelib.sh	Fri Aug 12 17:27:07 2022 -0400
+++ b/contrib/packaging/packagelib.sh	Mon Aug 08 17:26:04 2022 +0200
@@ -9,7 +9,7 @@
 # node: the node|short hg was built from, or empty if built from a tag
 gethgversion() {
     if [ -z "${1+x}" ]; then
-        python="python"
+        python="python3"
     else
         python="$1"
     fi