diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 07:58:29 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 08:29:17 -0300 |
commit | 8b611005a9eaa22289a671e514390e8c25fc0c50 (patch) | |
tree | e6eccfb40ea168c22d5225554c34ec7cf6efd891 /testing | |
parent | 7a274a0fc43dc92589e0275be41e68956c3d6621 (diff) | |
download | aports-8b611005a9eaa22289a671e514390e8c25fc0c50.tar.bz2 aports-8b611005a9eaa22289a671e514390e8c25fc0c50.tar.xz |
testing/netdata: switch to python3
Diffstat (limited to 'testing')
-rw-r--r-- | testing/netdata/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/netdata/APKBUILD b/testing/netdata/APKBUILD index 6c2a638b05..bc77c6ec41 100644 --- a/testing/netdata/APKBUILD +++ b/testing/netdata/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=netdata pkgver=1.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Real-time performance monitoring" url="https://www.netdata.cloud/" license="GPL-3.0-or-later" @@ -66,8 +66,8 @@ nodejs() { } python() { - pkgdesc="$pkgdesc (python support)" - depends="$pkgname python2" + pkgdesc="$pkgdesc (python3 support)" + depends="$pkgname python3" mkdir -p "$subpkgdir"/etc/netdata mkdir -p "$subpkgdir"/usr/libexec/netdata/plugins.d |