summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.0.9.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb
index 17f00ffd42..569ab6f6af 100644
--- a/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb
@@ -64,7 +64,10 @@ do_install() {
64 fi 64 fi
65} 65}
66 66
67RDEPENDS:${PN}-ptest += " ${PN}-python bash coreutils make iproute2 iputils-ping procps python3-core python3-ctypes python3-json python3-misc sed util-linux" 67RDEPENDS:${PN}-ptest += " \
68 bash coreutils make iproute2 iputils-ping procps python3-core python3-ctypes python3-json python3-misc sed util-linux \
69 ${@bb.utils.contains('PACKAGECONFIG', 'python', '${PN}-python', '', d)} \
70"
68 71
69RRECOMMENDS:${PN}-ptest += "\ 72RRECOMMENDS:${PN}-ptest += "\
70kernel-module-nft-chain-nat kernel-module-nft-queue \ 73kernel-module-nft-chain-nat kernel-module-nft-queue \