diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:19 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 53a3e8562ef7fd18a1242ae6a05940c97bd86dd2 (patch) | |
| tree | 8ab1396cd14e9aefb2714a8f286c35d0faecefc3 /meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb | |
| parent | b53462abd2e1f2fe40fa1592431c2b11d1d81389 (diff) | |
| download | meta-cloud-services-53a3e8562ef7fd18a1242ae6a05940c97bd86dd2.tar.gz | |
python-jsonpath-rw-ext: initial version
This package provides extensions for JSONPath RW.
This package is required by ceilometer.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb b/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb new file mode 100644 index 0000000..53cc1c4 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "Extensions for JSONPath RW" | ||
| 2 | HOMEPAGE = "https://github.com/sileht/python-jsonpath-rw-ext" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | |||
| 6 | PV = "0.1.9+git${SRCPV}" | ||
| 7 | SRCREV = "0a2d032f9743f5c9dd0f29be20a22b3f3388a93d" | ||
| 8 | |||
| 9 | SRCNAME = "jsonpath-rw-ext" | ||
| 10 | |||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 12 | SRC_URI = "git://github.com/sileht/${BPN}.git" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += " \ | ||
| 23 | python-pbr \ | ||
| 24 | python-babel \ | ||
| 25 | python-jsonpath-rw \ | ||
| 26 | " | ||
| 27 | |||
