summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-23 09:36:30 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-25 14:30:00 -0500
commitf7b521990e12b5cf69e97a4c062cae032e4bf5ea (patch)
treea7cc3e96289d1eecfc04b661c7462938fba1374f
parentc592bd28650be54816bf2643a0404427007d681a (diff)
downloadmeta-cloud-services-f7b521990e12b5cf69e97a4c062cae032e4bf5ea.tar.gz
python-oslo.reports: uprev to latest stable/newton
Minor runtime dependency updates. Runtime dependency versions are all already met. 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.reports_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
index 89a83b8..39a1131 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "0.6.0+git${SRCPV}" 7PV = "1.14.0+git${SRCPV}"
8SRCREV = "31d4a2d9881316f1d2d911a677c0b7556e5040b6" 8SRCREV = "2a9e24502d0960010c00314218ae85a1a04e71b2"
9 9
10SRCNAME = "oslo.reports" 10SRCNAME = "oslo.reports"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -24,7 +24,6 @@ RDEPENDS_${PN} += " \
24 python-pbr \ 24 python-pbr \
25 python-six \ 25 python-six \
26 python-jinja2 \ 26 python-jinja2 \
27 python-babel \
28 python-psutil \ 27 python-psutil \
29 python-oslo.i18n \ 28 python-oslo.i18n \
30 python-oslo.utils \ 29 python-oslo.utils \