diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 14:40:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 17:03:51 -0300 |
commit | 4e9113f6058aad7246569478d5a0701cbf745d5b (patch) | |
tree | 06ccdf9dd9ef2f577a52ddfb02a287a076a58e0a /testing | |
parent | a0a79a695930c3192ec4db0bf546a57932448b2d (diff) | |
download | aports-4e9113f6058aad7246569478d5a0701cbf745d5b.tar.bz2 aports-4e9113f6058aad7246569478d5a0701cbf745d5b.tar.xz |
testing/mapnik: switch to python3
Diffstat (limited to 'testing')
-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 \ |