diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb new file mode 100644 index 0000000..5e11803 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "Python Zaqar Client" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-zaqarclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | RDEPENDS_${PN} +=" \ | ||
| 13 | python-pbr \ | ||
| 14 | python-requests \ | ||
| 15 | python-six \ | ||
| 16 | python-stevedore \ | ||
| 17 | python-jsonschema \ | ||
| 18 | python-oslo.i18n \ | ||
| 19 | python-keystoneclient \ | ||
| 20 | " | ||
| 21 | |||
| 22 | SRCNAME = "zaqarclient" | ||
| 23 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | ||
| 24 | |||
| 25 | PV = "0.2.0+git${SRCPV}" | ||
| 26 | SRCREV = "c1a0ea98b6f0aad5764ce197172b41d3efc1e485" | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | |||
| 29 | inherit setuptools | ||
