All of lore.kernel.org
 help / color / mirror / Atom feed
* [m-c-s][PATCH] python-oslo.policy: uprev to latest stable/newton
@ 2017-01-23 15:04 Mark Asselstine
  2017-01-23 20:35 ` Mark Asselstine
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Asselstine @ 2017-01-23 15:04 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

Updated runtime dependency list, otherwise all dependency versions are
already in place.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
index 01a9491..8021e5f 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
@@ -5,11 +5,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-PV = "0.12.0+git${SRCPV}"
-SRCREV = "dee7171326e138128486f1d2c3f7e639af875198"
+PV = "0.14.0+git${SRCPV}"
+SRCREV = "018c7475c9dd75da0f902bbe3ec5d01855fa50d6"
 
 SRCNAME = "oslo.policy"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
 
 S = "${WORKDIR}/git"
 
@@ -26,5 +26,6 @@ RDEPENDS_${PN} += " \
         python-oslo.serialization \
         python-oslo.utils \
         python-six \
+        python-pyyaml \
         python-requests \
 "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-23 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23 15:04 [m-c-s][PATCH] python-oslo.policy: uprev to latest stable/newton Mark Asselstine
2017-01-23 20:35 ` Mark Asselstine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.