diff options
-rw-r--r-- | testing/mapnik/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mapnik/APKBUILD b/testing/mapnik/APKBUILD index 83433cb477..94c9c6122e 100644 --- a/testing/mapnik/APKBUILD +++ b/testing/mapnik/APKBUILD @@ -48,7 +48,7 @@ build() { } package() { - python scons/scons.py install \ + python3 scons/scons.py install \ --jobs=${JOBS-2} \ --config=cache \ --implicit-cache \ |