summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-jsonpath-rw-ext_git.bb
diff options
context:
space:
mode:
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