summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:41:19 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commit53a3e8562ef7fd18a1242ae6a05940c97bd86dd2 (patch)
tree8ab1396cd14e9aefb2714a8f286c35d0faecefc3 /meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
parentb53462abd2e1f2fe40fa1592431c2b11d1d81389 (diff)
downloadmeta-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.bb27
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 @@
1SUMMARY = "Extensions for JSONPath RW"
2HOMEPAGE = "https://github.com/sileht/python-jsonpath-rw-ext"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5
6PV = "0.1.9+git${SRCPV}"
7SRCREV = "0a2d032f9743f5c9dd0f29be20a22b3f3388a93d"
8
9SRCNAME = "jsonpath-rw-ext"
10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
12SRC_URI = "git://github.com/sileht/${BPN}.git"
13
14S = "${WORKDIR}/git"
15
16inherit setuptools
17
18DEPENDS += " \
19 python-pbr \
20 "
21
22RDEPENDS_${PN} += " \
23 python-pbr \
24 python-babel \
25 python-jsonpath-rw \
26 "
27