mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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> (cherry picked from commit 40b4cf5a83098a5f1be873be5c29f26380bc7993) Backported: adapted to old override syntax Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
fbf0b80ad2
commit
0fb64aff05
@ -12,8 +12,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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user