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