collectd: use python3
This commit is contained in:
parent
37521a3337
commit
3a19a0ea5b
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'collectd'
|
||||
pkgname=collectd
|
||||
version=5.9.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
||||
$(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"
|
||||
hostmakedepends="automake pkg-config libtool libltdl-devel glib-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
|
||||
$(vopt_if notify libnotify-devel) $(vopt_if rrdtool rrdtool-devel)"
|
||||
short_desc="Daemon which collects system performance statistics periodically"
|
||||
|
|
Loading…
Reference in New Issue