mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 10:10:21 +00:00
python3-editor: 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
b1f49ef0f5
commit
59c95813d4
@ -10,3 +10,8 @@ PYPI_PACKAGE = "python-editor"
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-io \
|
||||
python3-setuptools \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user