diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:08 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:53 -0700 |
commit | 23a86793f3c34d0586366b39661002efbc1b74bb (patch) | |
tree | e12097eb54a9cb70ecd9169afb1a43ca20f4c14c /meta-python | |
parent | 2a0204670f22cb24126650301b182134c69be61d (diff) | |
download | meta-openembedded-23a86793f3c34d0586366b39661002efbc1b74bb.tar.gz |
python3-colorlog: 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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb index 84b67e784a..69f4be17c4 100644 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb | |||
@@ -8,3 +8,5 @@ inherit pypi setuptools3 | |||
8 | PYPI_PACKAGE = "colorlog" | 8 | PYPI_PACKAGE = "colorlog" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5" | 10 | SRC_URI[sha256sum] = "bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5" |
11 | |||
12 | RDEPENDS:${PN} += "python3-logging" | ||