summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python3-jmespath_0.9.3.bb
blob: 6f68011d91a827606b9e42b6aa7503b3eadb09f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
inherit pypi setuptools3 update-alternatives
require python-jmespath.inc

RDEPENDS_${PN} += "\
    ${PYTHON_PN}-stringold \
"

ALTERNATIVE_${PN} = "jmespath"
ALTERNATIVE_LINK_NAME[jmespath] = "${bindir}/jp.py"
ALTERNATIVE_PRIORITY = "30"

BBCLASSEXTEND = "native nativesdk"