diff options
Diffstat (limited to 'meta-oe/recipes-security/nmap/nmap_7.95.bb')
| -rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.95.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.95.bb b/meta-oe/recipes-security/nmap/nmap_7.95.bb index a892c1e910..8841a8cd78 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.95.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.95.bb | |||
| @@ -59,8 +59,4 @@ 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} += " \ | 62 | RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'ndiff', 'python3-difflib python3-asyncio python3-xml', '', d)}" |
| 63 | python3-difflib \ | ||
| 64 | python3-asyncio \ | ||
| 65 | python3-xml \ | ||
| 66 | " | ||
