From e00338465cfa03a930c9dc2eb1fd3d699c5f156e Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 23 Jan 2017 15:41:41 -0500 Subject: python-oslo.policy: uprev to latest stable/newton Updated runtime dependency list, otherwise all dependency versions are already in place. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb') 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..f586d28 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 = "1.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 \ " -- cgit v1.2.3-54-g00ecf