diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-20 16:22:35 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-20 08:59:23 -0500 |
| commit | d24d35c6a01cae665e0901a0b849f91025558895 (patch) | |
| tree | f2d4ad22ce5728890b47170f9f347027b6ae18bb /meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | |
| parent | 598e75d4ff358b7e89603d54481528de0b783bea (diff) | |
| download | meta-cloud-services-d24d35c6a01cae665e0901a0b849f91025558895.tar.gz | |
python-swiftclient: 2.4.0 -> 3.2.0
Upgrade python-swiftclient from 2.4.0 to 3.2.0.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swiftclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb index 5f423c4..2d5f83b 100644 --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | |||
| @@ -9,8 +9,8 @@ SRCNAME = "swiftclient" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" | 10 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" |
| 11 | 11 | ||
| 12 | PV = "2.4.0+git${SRCPV}" | 12 | PV = "3.2.0+git${SRCPV}" |
| 13 | SRCREV = "c9f79e641c6906e95095f3e0e505f9bd3f715bc2" | 13 | SRCREV = "5a620f83e88d1b52e013cedff4bc266bcf3c292a" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit setuptools python-dir | 16 | inherit setuptools python-dir |
