[meta-virtualization] [m-c-s][PATCH 4/5] python-keystonemiddleware: uprev to latest stable/pike

Mark Asselstine mark.asselstine at windriver.com
Fri Nov 10 13:30:59 PST 2017


Updated runtime dependencies based on requirements.txt.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../python/python-keystonemiddleware_git.bb        | 23 +++++++++++++++++-----
 1 file 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"
 SRCNAME = "keystonemiddleware"
 
 SRC_URI = "\
-	git://git.openstack.org/openstack/keystonemiddleware;branch=master \
+	git://git.openstack.org/openstack/keystonemiddleware;branch=stable/pike \
 	"
 
-PV = "2.3.0+git${SRCPV}"
-SRCREV = "62805857ea39710ba14ab9a4e6c606dc336c6b56"
+PV = "4.17.0+git${SRCPV}"
+SRCREV = "69aed2693475797c8d0dda2725a790eea05a9419"
 S = "${WORKDIR}/git"
 
 inherit setuptools
@@ -22,5 +22,18 @@ DEPENDS += " \
         "
 
 RDEPENDS_${PN} += " \
-	python-pbr \
-	"
+        python-keystoneauth1 \
+        python-oslo.config \
+        python-oslo.context \
+        python-oslo.i18n \
+        python-oslo.log \
+        python-oslo.serialization \
+        python-oslo.utils \
+        python-pbr \
+        python-positional \
+        python-pycadf \
+        python-keystoneclient \
+        python-requests \
+        python-six \
+        python-webob \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list