diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:29:12 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-01 19:40:58 +0200 |
| commit | f4e693589dc107f362aab04f596223a470f07af9 (patch) | |
| tree | 402922902717a9b9f94f2db05c124bc73db29f80 /meta-oe | |
| parent | 294f2390bee70cc2e133b36497de948240f6aad7 (diff) | |
| download | meta-openembedded-f4e693589dc107f362aab04f596223a470f07af9.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>
(cherry picked from commit e20ebe6ce4f8b991cd4f153352274850d416f090)
Signed-off-by: Gyorgy Sarvari <skandigraun@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 | " | ||
