diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb index 5e11803..b76f2e8 100644 --- a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | |||
| @@ -16,14 +16,17 @@ RDEPENDS_${PN} +=" \ | |||
| 16 | python-stevedore \ | 16 | python-stevedore \ |
| 17 | python-jsonschema \ | 17 | python-jsonschema \ |
| 18 | python-oslo.i18n \ | 18 | python-oslo.i18n \ |
| 19 | python-keystoneclient \ | 19 | python-oslo.log \ |
| 20 | python-oslo.utils \ | ||
| 21 | python-keystoneauth1 \ | ||
| 22 | python-osc-lib \ | ||
| 20 | " | 23 | " |
| 21 | 24 | ||
| 22 | SRCNAME = "zaqarclient" | 25 | SRCNAME = "zaqarclient" |
| 23 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | 26 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike" |
| 24 | 27 | ||
| 25 | PV = "0.2.0+git${SRCPV}" | 28 | PV = "0.7.0+git${SRCPV}" |
| 26 | SRCREV = "c1a0ea98b6f0aad5764ce197172b41d3efc1e485" | 29 | SRCREV = "a1c2de74c56c6ddb11dc6aec78e8c438629ca8e8" |
| 27 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 28 | 31 | ||
| 29 | inherit setuptools | 32 | inherit setuptools |
