Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-jmespath_git.bb
1
2 DESCRIPTION = "JMESPath (pronounced “james path”) allows you to declaratively specify how to extract elements from a JSON document."
3
4 LICENSE = "MIT"
5 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2683790f5fabb41a3f75b70558799eb4"
6
7 PV = "0.9.4"
8
9 SRCREV = "4a4f6dbd98549b2b8fc71bbc19860d317a6abfdb"
10 PROTOCOL = "https"
11 BRANCH = "master"
12 S = "${WORKDIR}/git"
13
14 SRC_URI = "git://github.com/jmespath/jmespath.py;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
15
16
17 DEPENDS += " python"
18 inherit setuptools distutils pkgconfig