From: Mark Asselstine <[email protected]>

This package provides extensions for JSONPath RW.

This package is required by ceilometer.

Signed-off-by: Mark Asselstine <[email protected]>
---
 .../python/python-jsonpath-rw-ext_git.bb           | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 
meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb

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 @@
+SUMMARY = "Extensions for JSONPath RW"
+HOMEPAGE = "https://github.com/sileht/python-jsonpath-rw-ext";
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+
+PV = "0.1.9+git${SRCPV}"
+SRCREV = "0a2d032f9743f5c9dd0f29be20a22b3f3388a93d"
+
+SRCNAME = "jsonpath-rw-ext"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+SRC_URI = "git://github.com/sileht/${BPN}.git"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
+DEPENDS += " \
+       python-pbr \
+       "
+
+RDEPENDS_${PN} += " \
+        python-pbr \
+        python-babel \
+        python-jsonpath-rw \
+       "
+
-- 
2.1.4

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to