changeset 49418:ccccd5064c6c

packagelib: use python3 by default
author Mathias De Mare <mathias.de_mare@nokia.com>
date Mon, 08 Aug 2022 17:26:04 +0200
parents 075a553028e2
children 2edb41ed6c49
files contrib/packaging/packagelib.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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