From 53a3e8562ef7fd18a1242ae6a05940c97bd86dd2 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:19 -0500 Subject: python-jsonpath-rw-ext: initial version This package provides extensions for JSONPath RW. This package is required by ceilometer. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../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 (limited to '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 \ + " + -- cgit v1.2.3-54-g00ecf