diff options
| author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-13 15:50:33 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-18 22:27:14 -0400 |
| commit | 8acdff76246d8d4af46ad8da783c3144d2a975b7 (patch) | |
| tree | 89be6c8d56ecf38011240a30f463e99401258f84 /meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | |
| parent | c0217db7e2af3bc2fcf316d20093df72daa97fb4 (diff) | |
| download | meta-cloud-services-8acdff76246d8d4af46ad8da783c3144d2a975b7.tar.gz | |
python-zaqarclient: upgrade 0.7.0 -> 1.11.0
Unable to find version 1.11.0 in branch stable/pike.
Change branch to master.
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-zaqarclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb index d3d24ea..e6f92f7 100644 --- a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb | |||
| @@ -28,10 +28,10 @@ RDEPENDS_${PN} +=" \ | |||
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | SRCNAME = "zaqarclient" | 30 | SRCNAME = "zaqarclient" |
| 31 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike" | 31 | SRC_URI = "git://github.com/openstack/${BPN}.git" |
| 32 | 32 | ||
| 33 | PV = "0.7.0+git${SRCPV}" | 33 | PV = "1.11.0+git${SRCPV}" |
| 34 | SRCREV = "a1c2de74c56c6ddb11dc6aec78e8c438629ca8e8" | 34 | SRCREV = "13e90a0ab5e296fb8cf21d09c666c06ed47a84c0" |
| 35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |
| 36 | 36 | ||
| 37 | inherit setuptools | 37 | inherit setuptools |
