diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 14:46:01 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 15:23:24 +0200 |
| commit | 401c1f9b0ca6246d4288e568db03cc0898299ade (patch) | |
| tree | 72f025cbf8fe1dc346ef268fbe52a0eee09635f9 /meta-openstack | |
| parent | 7dab144cbbe9e825efa1d4aa783ec6f240598799 (diff) | |
| download | meta-cloud-services-401c1f9b0ca6246d4288e568db03cc0898299ade.tar.gz | |
python-mistralclient: Uprev to v2.1.2
This is used by latest stable/newton.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-mistralclient_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb index f721bd3..d05391b 100644 --- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb | |||
| @@ -11,17 +11,20 @@ DEPENDS += " \ | |||
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} +=" \ | 12 | RDEPENDS_${PN} +=" \ |
| 13 | python-cliff \ | 13 | python-cliff \ |
| 14 | python-pbr \ | ||
| 15 | python-keystoneclient \ | 14 | python-keystoneclient \ |
| 15 | python-osc-lib \ | ||
| 16 | python-oslo.utils \ | ||
| 17 | python-pbr \ | ||
| 16 | python-pyyaml \ | 18 | python-pyyaml \ |
| 17 | python-requests \ | 19 | python-requests \ |
| 20 | python-six \ | ||
| 18 | " | 21 | " |
| 19 | 22 | ||
| 20 | SRCNAME = "mistralclient" | 23 | SRCNAME = "mistralclient" |
| 21 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | 24 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/newton" |
| 22 | 25 | ||
| 23 | PV = "1.1.0+git${SRCPV}" | 26 | PV = "2.1.2+git${SRCPV}" |
| 24 | SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5" | 27 | SRCREV = "1dcfc2c096a4610d63611bfd7d98687f3e5e2da4" |
| 25 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
| 26 | 29 | ||
| 27 | inherit setuptools | 30 | inherit setuptools |
