mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-raven: 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
c37d47549e
commit
d85c92d8f4
@@ -11,3 +11,8 @@ SRC_URI[sha256sum] = "3fa6de6efa2493a7c827472e984ce9b020797d0da16f1db67197bcc23c
|
|||||||
|
|
||||||
PYPI_PACKAGE = "raven"
|
PYPI_PACKAGE = "raven"
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-json \
|
||||||
|
python3-logging \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user