diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-15 13:58:31 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-16 15:12:21 -0400 |
| commit | 788e038c676a638f07a09b7bd42d87bbefcfceaf (patch) | |
| tree | aa5fceba64a1b02c7cfd28a4ad071c9ef3e0acda /meta-openstack/recipes-devtools | |
| parent | 177d24c03cea4f7f001d3b98aa36187c284cd75b (diff) | |
| download | meta-cloud-services-788e038c676a638f07a09b7bd42d87bbefcfceaf.tar.gz | |
python-keystoneclient: upgrade to 1.3.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index df1ed22..0063efc 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |||
| @@ -13,8 +13,8 @@ SRC_URI = "\ | |||
| 13 | file://keystone-api-check.sh \ | 13 | file://keystone-api-check.sh \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | PV="1.1.0+git${SRCPV}" | 16 | PV = "1.3.0+git${SRCPV}" |
| 17 | SRCREV="b3cf5994ade5c4fda9792cfaea42bb821d176f8c" | 17 | SRCREV = "a84b5ac115dd5775f7380a204811aa939fd5c242" |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit setuptools monitor | 20 | inherit setuptools monitor |
