diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-22 13:28:08 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-27 10:39:51 -0500 |
| commit | fd08ed2abcb383dba1872c89fe3a641a0b6477fe (patch) | |
| tree | a143a19d9d98c4b5303c610a352105c3b8087e81 /meta-openstack/recipes-devtools/python/python-designateclient_git.bb | |
| parent | d8c47bf86bc2242a07b3a25776c71f48a8ae79a1 (diff) | |
| download | meta-cloud-services-fd08ed2abcb383dba1872c89fe3a641a0b6477fe.tar.gz | |
python-designateclient: uprev to latest stable/pike
Due for an 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-designateclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-designateclient_git.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb index d8477d5..7a0ba71 100644 --- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb | |||
| @@ -9,23 +9,24 @@ DEPENDS += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} +=" \ | 12 | RDEPENDS_${PN} += " \ |
| 13 | python-cliff \ | 13 | python-cliff \ |
| 14 | python-jsonschema \ | 14 | python-jsonschema \ |
| 15 | python-osc-lib \ | ||
| 15 | python-oslo.utils \ | 16 | python-oslo.utils \ |
| 16 | python-pbr \ | 17 | python-pbr \ |
| 17 | python-keystoneclient \ | 18 | python-keystoneauth1 \ |
| 18 | python-requests \ | 19 | python-requests \ |
| 19 | python-six \ | 20 | python-six \ |
| 20 | python-stevedore \ | 21 | python-stevedore \ |
| 21 | python-debtcollector \ | 22 | python-debtcollector \ |
| 22 | " | 23 | " |
| 23 | 24 | ||
| 24 | SRCNAME = "designateclient" | 25 | SRCNAME = "designateclient" |
| 25 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | 26 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike" |
| 26 | 27 | ||
| 27 | PV = "1.5.0+git${SRCPV}" | 28 | PV = "2.7.0+git${SRCPV}" |
| 28 | SRCREV = "b97ae05612522180cc6f64485212811329da9645" | 29 | SRCREV = "77a705857f2c303a03fdbccd4460a68b61d92fd0" |
| 29 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 30 | 31 | ||
| 31 | inherit setuptools | 32 | inherit setuptools |
