nftables: use python3
This commit is contained in:
parent
eb7506ef8f
commit
8b6d4383ae
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'nftables'
|
# Template file for 'nftables'
|
||||||
pkgname=nftables
|
pkgname=nftables
|
||||||
version=0.9.3
|
version=0.9.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --with-json"
|
configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
|
||||||
hostmakedepends="asciidoc docbook2x flex pkg-config"
|
hostmakedepends="python3 asciidoc docbook2x flex pkg-config"
|
||||||
makedepends="gmp-devel jansson-devel libmnl-devel libnftnl-devel readline-devel"
|
makedepends="gmp-devel jansson-devel libmnl-devel libnftnl-devel readline-devel"
|
||||||
short_desc="Netfilter nftables userspace tools"
|
short_desc="Netfilter nftables userspace tools"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user