summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-23 15:41:41 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-25 14:30:00 -0500
commite00338465cfa03a930c9dc2eb1fd3d699c5f156e (patch)
treeaa7fbb0a9c036ad18bc9838e929697d84e90cf7b
parentfa1c6a10fc571c8591e112dc0d29143903743670 (diff)
downloadmeta-cloud-services-e00338465cfa03a930c9dc2eb1fd3d699c5f156e.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb7
1 files 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..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"
5LICENSE = "Apache-2" 5LICENSE = "Apache-2"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7 7
8PV = "0.12.0+git${SRCPV}" 8PV = "1.14.0+git${SRCPV}"
9SRCREV = "dee7171326e138128486f1d2c3f7e639af875198" 9SRCREV = "018c7475c9dd75da0f902bbe3ec5d01855fa50d6"
10 10
11SRCNAME = "oslo.policy" 11SRCNAME = "oslo.policy"
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
@@ -26,5 +26,6 @@ RDEPENDS_${PN} += " \
26 python-oslo.serialization \ 26 python-oslo.serialization \
27 python-oslo.utils \ 27 python-oslo.utils \
28 python-six \ 28 python-six \
29 python-pyyaml \
29 python-requests \ 30 python-requests \
30" 31"