diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-14 22:07:36 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-15 01:29:05 -0300 |
commit | cf04f5688b9bbf43b268dc57754ac2e6b2b4dd4b (patch) | |
tree | e822d6ffb25ad34949e6cce79a219f5d887d271c /community | |
parent | 9070a28e708637cfab252241163d77017bfa73fc (diff) | |
download | aports-cf04f5688b9bbf43b268dc57754ac2e6b2b4dd4b.tar.bz2 aports-cf04f5688b9bbf43b268dc57754ac2e6b2b4dd4b.tar.xz |
community/collectd: switch to python3
Diffstat (limited to 'community')
-rw-r--r-- | community/collectd/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/collectd/APKBUILD b/community/collectd/APKBUILD index fea2784f1d..7620b45d03 100644 --- a/community/collectd/APKBUILD +++ b/community/collectd/APKBUILD @@ -2,14 +2,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=collectd pkgver=5.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="The system statistics collection daemon" +options="!check" # test_common fails url="https://collectd.org" arch="all" license="GPL-2.0-or-later" pkgusers="collectd" pkggroups="collectd" -makedepends="curl-dev net-snmp-dev postgresql-dev perl-dev python2-dev +makedepends="curl-dev net-snmp-dev postgresql-dev perl-dev python3-dev libgcrypt-dev mariadb-connector-c-dev zlib-dev iptables-dev rrdtool-dev yajl-dev libvirt-dev lm_sensors-dev libxml2-dev hiredis-dev eudev-dev mosquitto-dev lua-dev lvm2-dev openipmi-dev |