summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.0.bb
blob: 8d5f33ec42ab329159e5020d3fc95f5628b4017c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION="YAML Path and Command-Line Tools"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5abda174c5040dd12ed2b225e3a096f0"

SRC_URI[sha256sum] = "81d5b8baba60c255b519ccd31a691f9bc064223ff196709d41119bde81bba49e"

PYPI_PACKAGE = "yamlpath"

inherit pypi python_setuptools_build_meta

DEPENDS += " \
    python3-setuptools-scm-native \
"