diff options
| -rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_1.1.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.1.5.bb b/meta-networking/recipes-filter/nftables/nftables_1.1.5.bb index a2c6ce0e23..5ae9fc609d 100644 --- a/meta-networking/recipes-filter/nftables/nftables_1.1.5.bb +++ b/meta-networking/recipes-filter/nftables/nftables_1.1.5.bb | |||
| @@ -42,6 +42,8 @@ inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python_setuptools | |||
| 42 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', '${PN}-python', '', d)}" | 42 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', '${PN}-python', '', d)}" |
| 43 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | 43 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" |
| 44 | RDEPENDS:${PN}-python = "python3-core python3-json ${PN}" | 44 | RDEPENDS:${PN}-python = "python3-core python3-json ${PN}" |
| 45 | # setuptools3-base.bbclass adds this to main package, but this recipe is moving it to python sub-package | ||
| 46 | RDEPENDS:${PN}:remove:class-target = "python3-core" | ||
| 45 | 47 | ||
| 46 | # Explicitly define do_configure, do_compile and do_install because both autotools and setuptools3 | 48 | # Explicitly define do_configure, do_compile and do_install because both autotools and setuptools3 |
| 47 | # have EXPORT_FUNCTIONS do_configure do_compile do_install | 49 | # have EXPORT_FUNCTIONS do_configure do_compile do_install |
