From c78b0f2cd6230252371c3aec542c5b1ca3f7056b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 5 Oct 2019 10:29:57 -0700 Subject: [PATCH] nftables: add --with-python and point it to python3 Signed-off-by: Kevin Fenzi --- nftables.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nftables.spec b/nftables.spec index 1e5dc70..58ee04a 100644 --- a/nftables.spec +++ b/nftables.spec @@ -57,7 +57,7 @@ The nftables python module provides an interface to libnftables via ctypes. %build #./autogen.sh -%configure --disable-silent-rules --with-xtables --with-json +%configure --disable-silent-rules --with-xtables --with-json --enable-python --with-python-bin=/usr/bin/python3 make %{?_smp_mflags} %install