diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-22 13:28:07 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-27 10:39:51 -0500 |
| commit | d8c47bf86bc2242a07b3a25776c71f48a8ae79a1 (patch) | |
| tree | 661e6a36c8f8ee17185747f937903f268935326b /meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | |
| parent | 64d36f6a9546f0c6d1d2a220b20164e32a03e8a8 (diff) | |
| download | meta-cloud-services-d8c47bf86bc2242a07b3a25776c71f48a8ae79a1.tar.gz | |
python-zaqarclient: uprev to the latest stable/pike
Needed uprev and avoids a deprecation warning when running
openstackclient.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 |
