summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2024-04-23 16:44:40 -0400
committerKhem Raj <raj.khem@gmail.com>2024-04-23 15:18:30 -0700
commitad1f7eb2d3726c80f9b04f17d02f5f485a2cdb1e (patch)
tree42043c384ec5547746e1bc17b5b4f0224e6ac301 /meta-python
parenteb61d84e3c2175dda49d39c8b1c11f983026568a (diff)
downloadmeta-openembedded-ad1f7eb2d3726c80f9b04f17d02f5f485a2cdb1e.tar.gz
python3-colorlog: BBCLASEXTEND native nativesdk
Signed-off-by: Justin Bronder <jsbronder@cold-front.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.8.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb
index c26f4bb70..df5fdedfc 100644
--- a/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb
@@ -10,3 +10,5 @@ PYPI_PACKAGE = "colorlog"
10SRC_URI[sha256sum] = "3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44" 10SRC_URI[sha256sum] = "3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44"
11 11
12RDEPENDS:${PN} += "python3-logging" 12RDEPENDS:${PN} += "python3-logging"
13
14BBCLASSEXTEND += "native nativesdk"