diff options
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 | |||
