aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2023-11-17 10:18:23 +0100
committerArmin Kuster <akuster808@gmail.com>2023-11-17 10:49:07 -0500
commit29ced9a179464c0b09bcadf41eefbbc5833f701c (patch)
tree3d4d435a220b19fe83b63716d227ff393ea72bca /meta-python
parentc6b90f27a4c13d70df498e800b50db234d1a62a0 (diff)
downloadmeta-openembedded-contrib-29ced9a179464c0b09bcadf41eefbbc5833f701c.tar.gz
python3-cson: fix DEPENDS on python3-native
python-native is not provided by meta-python anymore and this is clearly a python3 recipe. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python-cson/python3-cson_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-cson/python3-cson_git.bb b/meta-python/recipes-extended/python-cson/python3-cson_git.bb
index c4fcc61ec0..da174ad550 100644
--- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb
+++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/gt3389b/python-cson.git;branch=master;protocol=https
S = "${WORKDIR}/git"
RDEPENDS:${PN}:class-native = ""
-DEPENDS:append:class-native = " python-native "
+DEPENDS:append:class-native = " python3-native "
inherit setuptools3