summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-09-17 18:48:46 +0900
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-18 13:57:12 -0400
commit1ed8ad509ba6b59ef986ae9d02a21f305582517c (patch)
tree3916ca415dbf0a60993fa30be85d687dda27e6c2 /meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
parent1ce16e4e226e5d86cbf8262b7088308bd3efaa66 (diff)
downloadmeta-cloud-services-1ed8ad509ba6b59ef986ae9d02a21f305582517c.tar.gz
python-manilaclient: upgrade 1.28.0 -> 1.29.0
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-manilaclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-manilaclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb b/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
index a64c4d4..6984a9e 100644
--- a/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb
@@ -33,8 +33,8 @@ RDEPENDS_${PN} +=" \
33SRCNAME = "manilaclient" 33SRCNAME = "manilaclient"
34SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" 34SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
35 35
36PV = "1.28.0+git${SRCPV}" 36PV = "1.29.0+git${SRCPV}"
37SRCREV = "3e3dfb1d5a401fb0e0003c6fab0a41bd3479b7c8" 37SRCREV = "1b2cafb008bee70242b68a03212bcc575df683b9"
38S = "${WORKDIR}/git" 38S = "${WORKDIR}/git"
39 39
40inherit setuptools rmargparse 40inherit setuptools rmargparse