summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-20 15:49:24 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-20 15:54:51 -0500
commitc3a5a1a77d43ba6b9bc194dd8bf7178ab58e0be5 (patch)
tree7610eb4d57a46d9d5848e7b2ad71363dd7e8501e /meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
parent85f65f3a5f8001ec807f57eaa391a44ed3ed051c (diff)
downloadmeta-cloud-services-c3a5a1a77d43ba6b9bc194dd8bf7178ab58e0be5.tar.gz
python-oslo.utils: uprev to latest stable/newton
Some minor updates to the RDEPENDS based on the contents of required.txt but no required dependency package uprevs required. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
index 3bacd7c..1ded267 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7SRCNAME = "oslo.utils" 7SRCNAME = "oslo.utils"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
9 9
10PV = "2.7.0+git${SRCPV}" 10PV = "3.16.0+git${SRCPV}"
11SRCREV = "6aa24675e890e0bb61967a3e4c5e6aa8cf3dedcf" 11SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit setuptools 14inherit setuptools
@@ -28,7 +28,6 @@ DEPENDS += " \
28# RDEPENDS_default: 28# RDEPENDS_default:
29RDEPENDS_${PN} += " \ 29RDEPENDS_${PN} += " \
30 python-pbr \ 30 python-pbr \
31 python-babel \
32 python-six \ 31 python-six \
33 python-iso8601 \ 32 python-iso8601 \
34 python-oslo.i18n \ 33 python-oslo.i18n \
@@ -37,4 +36,6 @@ RDEPENDS_${PN} += " \
37 python-netaddr \ 36 python-netaddr \
38 python-netifaces \ 37 python-netifaces \
39 python-debtcollector \ 38 python-debtcollector \
39 python-funcsigs \
40 python-pyparsing \
40 " 41 "