summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-11-18 00:13:21 +0100
committerArmin Kuster <akuster808@gmail.com>2023-11-18 10:03:09 -0500
commita3df85aa41edaa2b6c9b83635ac89f0a6785699b (patch)
treef4c1a4c5288db0085a7306d0a7d6ed2e9a94d27d
parentc6b90f27a4c13d70df498e800b50db234d1a62a0 (diff)
downloadmeta-openembedded-a3df85aa41edaa2b6c9b83635ac89f0a6785699b.tar.gz
python3-cson: fix run-time dependencies
Add the missing run-time dependency on python3-json. As a result we no longer need to pull python3 native and can drop other *DEPENDS. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 40b4cf5a83098a5f1be873be5c29f26380bc7993) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-extended/python-cson/python3-cson_git.bb3
1 files changed, 1 insertions, 2 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 c4fcc61ec..1187d12af 100644
--- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb
+++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb
@@ -12,8 +12,7 @@ SRC_URI = "git://github.com/gt3389b/python-cson.git;branch=master;protocol=https
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15RDEPENDS:${PN}:class-native = "" 15RDEPENDS:${PN} = "python3-json"
16DEPENDS:append:class-native = " python-native "
17 16
18inherit setuptools3 17inherit setuptools3
19 18