diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:07 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | d85c92d8f48cec675e857504f4b128e9a982ac4e (patch) | |
tree | 1e638da29a037a0010ccc9f662b3dd0284e427a2 | |
parent | c37d47549e9857f597a6e37cc282f06a9034b219 (diff) | |
download | meta-openembedded-d85c92d8f48cec675e857504f4b128e9a982ac4e.tar.gz |
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-raven_6.10.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb b/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb index b0d19c31ad..79a38983de 100644 --- a/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb | |||
@@ -11,3 +11,8 @@ SRC_URI[sha256sum] = "3fa6de6efa2493a7c827472e984ce9b020797d0da16f1db67197bcc23c | |||
11 | 11 | ||
12 | PYPI_PACKAGE = "raven" | 12 | PYPI_PACKAGE = "raven" |
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | |||
15 | RDEPENDS:${PN} += " \ | ||
16 | python3-json \ | ||
17 | python3-logging \ | ||
18 | " | ||