summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.0.9.bb4
1 files changed, 2 insertions, 2 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 7718922742..17f00ffd42 100644
--- a/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb
@@ -35,9 +35,9 @@ EXTRA_OECONF = " \
35 35
36SETUPTOOLS_SETUP_PATH = "${S}/py" 36SETUPTOOLS_SETUP_PATH = "${S}/py"
37 37
38inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'setuptools3', '', d)} 38inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python', 'setuptools3', '', d)}
39 39
40PACKAGES =+ "${PN}-python" 40PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', '${PN}-python', '', d)}"
41FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" 41FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
42RDEPENDS:${PN}-python = "python3-core python3-json ${PN}" 42RDEPENDS:${PN}-python = "python3-core python3-json ${PN}"
43 43