mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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>
(cherry picked from commit e20ebe6ce4)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
294f2390be
commit
f4e693589d
@@ -59,4 +59,8 @@ do_install:append() {
|
|||||||
|
|
||||||
FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat"
|
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