diff options
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" | ||