diff options
Diffstat (limited to 'meta-oe/recipes-security')
-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 | " | ||