aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 18:56:57 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 19:02:24 +0200
commit65a37e7249d7af8a79c8930e6190afdf68792909 (patch)
treec96f865b9803aea406e9ac2d2774ec03e16b00c1
parentdbebe12ccda813c9d656a7a0ccfda06010e624be (diff)
testing/lowjs: use python3
Builds fine with python3. See #11577
-rw-r--r--testing/lowjs/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/lowjs/APKBUILD b/testing/lowjs/APKBUILD
index 1568919b8d0..43011435dc7 100644
--- a/testing/lowjs/APKBUILD
+++ b/testing/lowjs/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.5.1
# Keep in sync with submodules in deps/.
_gitrev_open62541="9f1cbfa96fd050220c86d3e5939d88cab1b680ce"
_gitrev_duktape="10486db548732957ba9fc8c9e4ad01a857d268bd"
-pkgrel=0
+pkgrel=1
pkgdesc="A port of Node.JS with far lower system requirements"
url="https://www.neonious.com/lowjs/"
arch="all !s390x !ppc64le !mips !mips64" # excluded archs are not supported
@@ -17,8 +17,8 @@ makedepends="
mbedtls-dev
npm
py2-setuptools
- python2
- python2-dev
+ python3
+ python3-dev
yaml-dev
"
subpackages="$pkgname-doc"