mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
b9ad32fc97
commit
40b4cf5a83
@@ -14,8 +14,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 "
|
||||
RDEPENDS:${PN} = "python3-json"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user