diff mbox series

[meta-security] python3-yamlpath: Add python3-json to RDEPENDS

Message ID 20250424083832.1352716-1-changqing.li@windriver.com
State New
Headers show
Series [meta-security] python3-yamlpath: Add python3-json to RDEPENDS | expand

Commit Message

Changqing Li April 24, 2025, 8:38 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

* 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>
---
 .../recipes-devtools/python/python3-yamlpath_3.8.2.bb          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.2.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.2.bb
index e2d95ae..5d9258b 100644
--- a/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.2.bb
+++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.2.bb
@@ -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 \
 "