mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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 40b4cf5a83)
Backported: adapted to old override syntax
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
21 lines
587 B
BlitzBasic
21 lines
587 B
BlitzBasic
# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
DESCRIPTION = "Python library for CSON (schema-compressed JSON)"
|
|
HOMEPAGE = "https://github.com/gt3389b/python-cson/"
|
|
LICENSE = "MIT"
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=7709d2635e63ab96973055a23c2a4cac"
|
|
|
|
SRCREV = "f3f2898c44bb16b951d3e9f2fbf6d1c4158edda2"
|
|
SRC_URI = "git://github.com/gt3389b/python-cson.git;branch=master;protocol=https"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
RDEPENDS_${PN} = "python3-json"
|
|
|
|
inherit setuptools3
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|