collectd: use python3

This commit is contained in:
Paper Mountain Studio 2019-12-10 16:44:45 +01:00 committed by Helmut Pozimski
parent 37521a3337
commit 3a19a0ea5b

View file

@ -1,15 +1,16 @@
# Template file for 'collectd' # Template file for 'collectd'
pkgname=collectd pkgname=collectd
version=5.9.0 version=5.9.0
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl) configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
--sysconfdir=/etc --disable-static --with-fp-layout=nothing --disable-werror" --sysconfdir=/etc --disable-static --with-fp-layout=nothing
--with-python=/bin/python3 --disable-werror"
conf_files="/etc/collectd.conf" conf_files="/etc/collectd.conf"
hostmakedepends="automake pkg-config libtool libltdl-devel glib-devel" hostmakedepends="automake pkg-config libtool libltdl-devel glib-devel"
makedepends="libcurl-devel iptables-devel libressl-devel libsensors-devel makedepends="libcurl-devel iptables-devel libressl-devel libsensors-devel
libesmtp-devel zlib-devel yajl-devel python-devel libxml2-devel net-snmp-devel libesmtp-devel zlib-devel yajl-devel python3-devel libxml2-devel net-snmp-devel
libgcrypt-devel libmysqlclient-devel libltdl-devel libvirt-devel libgcrypt-devel libmysqlclient-devel libltdl-devel libvirt-devel
$(vopt_if notify libnotify-devel) $(vopt_if rrdtool rrdtool-devel)" $(vopt_if notify libnotify-devel) $(vopt_if rrdtool rrdtool-devel)"
short_desc="Daemon which collects system performance statistics periodically" short_desc="Daemon which collects system performance statistics periodically"