diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-07-16 15:02:51 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-07-31 06:18:52 -0400 |
commit | 108ab6d75e7d96ebd7064b2acb4afd33bbc88c2a (patch) | |
tree | 9e203a45316ffd9b8f8994c9d907c8c135a586a5 /dynamic-layers/meta-python | |
parent | 1ca654ef4fe809c642164eccc186ac9acee6b778 (diff) | |
download | meta-security-108ab6d75e7d96ebd7064b2acb4afd33bbc88c2a.tar.gz |
python3-yamlpath: Add new pkg
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.0.bb new file mode 100644 index 0000000..5d88951 --- /dev/null +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.0.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | DESCRIPTION="YAML Path and Command-Line Tools" | ||
2 | LICENSE = "ISC" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5abda174c5040dd12ed2b225e3a096f0" | ||
4 | |||
5 | SRC_URI[sha256sum] = "81d5b8baba60c255b519ccd31a691f9bc064223ff196709d41119bde81bba49e" | ||
6 | |||
7 | PYPI_PACKAGE = "yamlpath" | ||
8 | |||
9 | inherit pypi setuptools3 | ||