mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Khem Raj
parent
f45544fc8a
commit
e20ebe6ce4
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user