diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-15 14:01:09 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-16 15:12:21 -0400 |
commit | d2f5f82987669881edaec542920021ebba7d8205 (patch) | |
tree | 4801f72176c9b91ce200e5e6407e41687491fb4f | |
parent | 7eeab1b65c3413645d4259643c13bc791b5a7f98 (diff) | |
download | meta-cloud-services-d2f5f82987669881edaec542920021ebba7d8205.tar.gz |
python-troveclient: upgrade to 1.0.9
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb index 4691145..a55ce27 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = "\ | |||
11 | git://github.com/openstack/python-troveclient.git;branch=master \ | 11 | git://github.com/openstack/python-troveclient.git;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | PV="1.0.8+git${SRCPV}" | 14 | PV = "1.0.9+git${SRCPV}" |
15 | SRCREV="51aa1a8dbd1b45e6abdaf571d1d73a6d7405fd3a" | 15 | SRCREV = "a36ebe539ce0affef5388b7edd7a6a230a0fde6c" |
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit setuptools hosts default_configs | 18 | inherit setuptools hosts default_configs |