diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 12:05:07 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 13:27:13 +0200 |
| commit | a7f52e5f6e589ecc827bac4205f3eedf8e1063aa (patch) | |
| tree | 5a5422cec5c5b44682e5b70ceecea524eea4ae95 /meta-openstack/recipes-devtools/python/python-designateclient_git.bb | |
| parent | 760ff7929e372805d4c46773f35e7b7c74fb76f6 (diff) | |
| download | meta-cloud-services-a7f52e5f6e589ecc827bac4205f3eedf8e1063aa.tar.gz | |
python-designateclient: Uprev to v2.3.0 and update dependency list
This is used by latest stable/newton.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.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 | 12 |
1 files changed, 7 insertions, 5 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..6affb6a 100644 --- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb | |||
| @@ -11,21 +11,23 @@ DEPENDS += " \ | |||
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} +=" \ | 12 | RDEPENDS_${PN} +=" \ |
| 13 | python-cliff \ | 13 | python-cliff \ |
| 14 | python-debtcollector \ | ||
| 14 | python-jsonschema \ | 15 | python-jsonschema \ |
| 15 | python-oslo.utils \ | 16 | python-keystoneauth1 \ |
| 16 | python-pbr \ | ||
| 17 | python-keystoneclient \ | 17 | python-keystoneclient \ |
| 18 | python-osc-lib \ | ||
| 19 | python-oslo.utils \ | ||
| 18 | python-requests \ | 20 | python-requests \ |
| 21 | python-pbr \ | ||
| 19 | python-six \ | 22 | python-six \ |
| 20 | python-stevedore \ | 23 | python-stevedore \ |
| 21 | python-debtcollector \ | ||
| 22 | " | 24 | " |
| 23 | 25 | ||
| 24 | SRCNAME = "designateclient" | 26 | SRCNAME = "designateclient" |
| 25 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | 27 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" |
| 26 | 28 | ||
| 27 | PV = "1.5.0+git${SRCPV}" | 29 | PV = "2.3.0+git${SRCPV}" |
| 28 | SRCREV = "b97ae05612522180cc6f64485212811329da9645" | 30 | SRCREV = "0971bd5483faa5d316ec6de4c5084ce555e4dce7" |
| 29 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
| 30 | 32 | ||
| 31 | inherit setuptools | 33 | inherit setuptools |
