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>
This commit is contained in:
Bartosz Golaszewski 2023-05-31 10:29:12 +02:00 committed by Khem Raj
parent f45544fc8a
commit e20ebe6ce4

View File

@ -59,4 +59,8 @@ do_install:append() {
FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat"
RDEPENDS:${PN} += "python3-core"
RDEPENDS:${PN} += " \
python3-difflib \
python3-asyncio \
python3-xml \
"