diff options
| -rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_1.0.9.bb | 5 |
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 | ||
| 67 | RDEPENDS:${PN}-ptest += " ${PN}-python bash coreutils make iproute2 iputils-ping procps python3-core python3-ctypes python3-json python3-misc sed util-linux" | 67 | RDEPENDS:${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 | ||
| 69 | RRECOMMENDS:${PN}-ptest += "\ | 72 | RRECOMMENDS:${PN}-ptest += "\ |
| 70 | kernel-module-nft-chain-nat kernel-module-nft-queue \ | 73 | kernel-module-nft-chain-nat kernel-module-nft-queue \ |
