nftables: add --with-python and point it to python3

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-05 10:29:57 -07:00
parent 6da20b2085
commit c78b0f2cd6

View File

@ -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