diff options
author | Derek Straka <derek@asterius.io> | 2024-01-26 21:39:12 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-27 09:48:35 -0800 |
commit | 5e69de6d129ef14d640547fe9fc615fde5c1b229 (patch) | |
tree | 198e1d52399bd3c48510e68de40f3f7ecccd0135 /meta-python | |
parent | b0bdf96942c1c01a4db196c4d30a816708bd9164 (diff) | |
download | meta-openembedded-5e69de6d129ef14d640547fe9fc615fde5c1b229.tar.gz |
python3-colorlog: update to version 6.8.2
Signed-off-by: Derek Straka <derek@asterius.io>
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.8.2.bb (renamed from meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb index 6aefef6d1..c26f4bb70 100644 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb | |||
@@ -7,6 +7,6 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "colorlog" | 8 | PYPI_PACKAGE = "colorlog" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "fbb6fdf9d5685f2517f388fb29bb27d54e8654dd31f58bc2a3b217e967a95ca6" | 10 | SRC_URI[sha256sum] = "3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44" |
11 | 11 | ||
12 | RDEPENDS:${PN} += "python3-logging" | 12 | RDEPENDS:${PN} += "python3-logging" |