mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
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:
committed by
Armin Kuster
parent
784ca4b658
commit
b573f0c535
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user