From 140afec963ea15349969d52ddf88b10bff452d46 Mon Sep 17 00:00:00 2001 From: Paper Mountain Studio Date: Wed, 25 Dec 2019 22:25:38 +0100 Subject: [PATCH] nftables: use python3 --- srcpkgs/nftables/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template index 54ea9ba37bab67..9f1f9986d6e588 100644 --- a/srcpkgs/nftables/template +++ b/srcpkgs/nftables/template @@ -1,10 +1,10 @@ # Template file for 'nftables' pkgname=nftables version=0.9.3 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--sbindir=/usr/bin --with-json" -hostmakedepends="asciidoc docbook2x flex pkg-config" +configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3" +hostmakedepends="python3 asciidoc docbook2x flex pkg-config" makedepends="gmp-devel jansson-devel libmnl-devel libnftnl-devel readline-devel" short_desc="Netfilter nftables userspace tools" maintainer="Leah Neukirchen "