diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:29:12 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
commit | e20ebe6ce4f8b991cd4f153352274850d416f090 (patch) | |
tree | c59bccb4f4c95a611a8fc93adff2730985f3d00d /meta-oe | |
parent | f45544fc8a26f2b484bca2022603d934a7f6f18c (diff) | |
download | meta-openembedded-e20ebe6ce4f8b991cd4f153352274850d416f090.tar.gz |
python3-nmap: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.80.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.80.bb b/meta-oe/recipes-security/nmap/nmap_7.80.bb index 030f033485..52c62cde30 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.80.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.80.bb | |||
@@ -59,4 +59,8 @@ do_install:append() { | |||
59 | 59 | ||
60 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" | 60 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" |
61 | 61 | ||
62 | RDEPENDS:${PN} += "python3-core" | 62 | RDEPENDS:${PN} += " \ |
63 | python3-difflib \ | ||
64 | python3-asyncio \ | ||
65 | python3-xml \ | ||
66 | " | ||