python3-yamlpath: Add python3-json to RDEPENDS

* Some sources like merger/merger.py import json, so add
python3-json to RDEPENDS

* Fix following warning
has a lack of whitespace around the assignment: 'DESCRIPTION=xxx'

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Changqing Li
2025-04-24 16:38:32 +08:00
committed by Armin Kuster
parent 784ca4b658
commit b573f0c535

View File

@@ -1,4 +1,4 @@
DESCRIPTION="YAML Path and Command-Line Tools"
DESCRIPTION = "YAML Path and Command-Line Tools"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5abda174c5040dd12ed2b225e3a096f0"
@@ -15,4 +15,5 @@ RDEPENDS:${PN} += "\
python3-datetime \
python3-ruamel-yaml \
python3-dateutil \
python3-json \
"