mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
python3-pynetlinux: 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
1a3d3d1364
commit
3644cc8b5c
@@ -13,3 +13,9 @@ SRC_URI += " \
|
||||
"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-ctypes \
|
||||
python3-fcntl \
|
||||
python3-io \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user