mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +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
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-ctypes \
|
||||||
|
python3-fcntl \
|
||||||
|
python3-io \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user