diff options
author | Tim Biermann <tbier@posteo.de> | 2022-01-10 17:46:59 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-01-10 17:46:59 +0100 |
commit | 578a817ec5336be4834af5fadbb9b612deda04b1 (patch) | |
tree | 33224f06e1530ebe68fa229bbe97d2ad55114968 /nftables | |
parent | f337e0f99ba696251f92e423d372ac011492c0c5 (diff) | |
download | core-578a817ec5336be4834af5fadbb9b612deda04b1.tar.gz core-578a817ec5336be4834af5fadbb9b612deda04b1.tar.xz |
nftables: always use python3 over python2
Diffstat (limited to 'nftables')
-rw-r--r-- | nftables/.signature | 4 | ||||
-rw-r--r-- | nftables/Pkgfile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/nftables/.signature b/nftables/.signature index 749fa821..6011be13 100644 --- a/nftables/.signature +++ b/nftables/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqogPxfWxHmHLzZOS7iUdEFqChjchFvdL7/iIJIfJXCqN6eH66mWi1cwAa4aanIR8lwMxfqRb9jFgiNK8/Z6wkAM= -SHA256 (Pkgfile) = 6fe03a82d92a8d6ffc341640447ee0d0917d3ef31b4cae4c7918f3ad0c1776b8 +RWRJc1FUaeVeqmcibqkD4tA3mWE6TD7OGW/XxdSyOmvXtBTZhDHfnGDlF/ebL2+Odhd3dThohLctrshBy2xYgIkoDo3VTJ9aggU= +SHA256 (Pkgfile) = 468c4d54ed58d412410aa48301062d6f7fada6e528773dd602515f8e31cb63df SHA256 (.footprint) = 3eea0a22379683df5e19a85c598de3239f0d164f12dab13fd92f47f8814bb8ec SHA256 (nftables-1.0.1.tar.bz2) = 3ceeba625818e81a0be293e9dd486c3ef799ebd92165270f1e57e9a201efa423 diff --git a/nftables/Pkgfile b/nftables/Pkgfile index c1b16c48..f9edc8ea 100644 --- a/nftables/Pkgfile +++ b/nftables/Pkgfile @@ -18,7 +18,8 @@ build() { --sysconfdir=/usr/share \ --with-json \ --with-cli=readline \ - --disable-debug + --disable-debug \ + --with-python-bin=/usr/bin/python3 make make DESTDIR=$PKG install |