Message ID | 20250424083832.1352716-1-changqing.li@windriver.com |
---|---|
State | New |
Headers | show |
Series | [meta-security] python3-yamlpath: Add python3-json to RDEPENDS | expand |
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 \ "