summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 23:40:06 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 23:40:06 -0500
commit1b9cdc2807726a877ecff1734f2fe8fe1b922ed0 (patch)
treec1983d0a4454181f627478adfb4cfaac3d7e78d6 /meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
parentf2760cd5d8a1e2725d0c87bab0828fb6a4215c7c (diff)
parentdc8c4840c582677c7bfcb8870b3041d3e62c86f9 (diff)
downloadmeta-cloud-services-1b9cdc2807726a877ecff1734f2fe8fe1b922ed0.tar.gz
Merge branch 'master' into kilo
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
index 22aa421..c001dcf 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -10,12 +10,11 @@ SRCNAME = "keystoneclient"
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/openstack/python-keystoneclient.git;branch=master \ 11 git://github.com/openstack/python-keystoneclient.git;branch=master \
12 file://fix_keystoneclient_memory_leak.patch \ 12 file://fix_keystoneclient_memory_leak.patch \
13 file://keystoneclient-fix-test-path-to-example-certificates.patch \
14 file://keystone-api-check.sh \ 13 file://keystone-api-check.sh \
15 " 14 "
16 15
17PV="0.11.1+git${SRCPV}" 16PV="1.1.0+git${SRCPV}"
18SRCREV="89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916" 17SRCREV="b3cf5994ade5c4fda9792cfaea42bb821d176f8c"
19S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
20 19
21inherit setuptools monitor 20inherit setuptools monitor