diff options
author | Derek Straka <derek@asterius.io> | 2023-12-14 05:03:39 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-13 22:03:48 -0800 |
commit | 0d2ddca3352fb131309c0fb75a1346f466d9be9f (patch) | |
tree | 33d5b9cc7608e712b3d2369d397b2df917be0a6f /meta-python/recipes-devtools/python | |
parent | debcb9a7d0dae91ddf6955150addeb9b826cd82f (diff) | |
download | meta-openembedded-0d2ddca3352fb131309c0fb75a1346f466d9be9f.tar.gz |
python3-colorlog: update to version 6.8.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb (renamed from meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb index 69f4be17c4..6aefef6d13 100644 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb | |||
@@ -7,6 +7,6 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "colorlog" | 8 | PYPI_PACKAGE = "colorlog" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5" | 10 | SRC_URI[sha256sum] = "fbb6fdf9d5685f2517f388fb29bb27d54e8654dd31f58bc2a3b217e967a95ca6" |
11 | 11 | ||
12 | RDEPENDS:${PN} += "python3-logging" | 12 | RDEPENDS:${PN} += "python3-logging" |