summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-17 13:49:52 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-17 14:33:16 -0500
commit844f0ad2aa79bf478f30a77dbbbf626471d7820f (patch)
treefa1450a456d6c7d69e9dd793fe181d1260a16b7e
parent6de13618703344e0a9ae6fb4b58f431336e5a229 (diff)
downloadmeta-cloud-services-844f0ad2aa79bf478f30a77dbbbf626471d7820f.tar.gz
python-oslo.config: uprev to latest stable/newton
Requires uprev to python-debtcollector, python-rfc3986, python-netaddr and python-stevedore. 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.config_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
index abd3269..a8e6a68 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6 6
7PV = "2.6.0+git${SRCPV}" 7PV = "3.17.0+git${SRCPV}"
8SRCREV = "ee2bab65e9a2f38bb915f106a4da1520e4b5060c" 8SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3"
9 9
10SRCNAME = "oslo.config" 10SRCNAME = "oslo.config"
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,4 +24,7 @@ RDEPENDS_${PN} += " \
24 python-netaddr \ 24 python-netaddr \
25 python-six \ 25 python-six \
26 python-stevedore \ 26 python-stevedore \
27 python-debtcollector \
28 python-oslo.i18n \
29 python-rfc3986 \
27 " 30 "