summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-10 16:30:59 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-13 10:29:13 -0500
commit0c0219e96fd7d19c5175f40b419321fb5794b77d (patch)
treee51e657a220952a0204907ce4bdc7c9ba18e083e /meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
parent35966f24aeb513da8693ff1c9dadaeca8cc07e71 (diff)
downloadmeta-cloud-services-0c0219e96fd7d19c5175f40b419321fb5794b77d.tar.gz
python-keystonemiddleware: uprev to latest stable/pike
Updated runtime dependencies based on requirements.txt. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb23
1 files changed, 18 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
index 50d3d95..7b7cb91 100644
--- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
7SRCNAME = "keystonemiddleware" 7SRCNAME = "keystonemiddleware"
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 git://git.openstack.org/openstack/keystonemiddleware;branch=master \ 10 git://git.openstack.org/openstack/keystonemiddleware;branch=stable/pike \
11 " 11 "
12 12
13PV = "2.3.0+git${SRCPV}" 13PV = "4.17.0+git${SRCPV}"
14SRCREV = "62805857ea39710ba14ab9a4e6c606dc336c6b56" 14SRCREV = "69aed2693475797c8d0dda2725a790eea05a9419"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools 17inherit setuptools
@@ -22,5 +22,18 @@ DEPENDS += " \
22 " 22 "
23 23
24RDEPENDS_${PN} += " \ 24RDEPENDS_${PN} += " \
25 python-pbr \ 25 python-keystoneauth1 \
26 " 26 python-oslo.config \
27 python-oslo.context \
28 python-oslo.i18n \
29 python-oslo.log \
30 python-oslo.serialization \
31 python-oslo.utils \
32 python-pbr \
33 python-positional \
34 python-pycadf \
35 python-keystoneclient \
36 python-requests \
37 python-six \
38 python-webob \
39 "