summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:14 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commita503ac7b6febfbc5fd70d3328161887a25777d38 (patch)
tree5625feed7d3bd8676b251bc112b48442120b269f /meta-openstack/recipes-devtools
parentab4f7c51266bac5537eaf6838ec50cf29ef6213d (diff)
downloadmeta-cloud-services-a503ac7b6febfbc5fd70d3328161887a25777d38.tar.gz
python-oslo.utils: update to 1.4.0, add dependencies
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb12
1 files changed, 8 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 33c7e53..aaacc37 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
@@ -4,13 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PR = "r0"
8
9SRCNAME = "oslo.utils" 7SRCNAME = "oslo.utils"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
11 9
12PV = "1.3.0" 10PV = "1.4.0"
13SRCREV = "ed4e2d775a56b9d47ed314f96dccd9221a91e241" 11SRCREV = "91dc782c2f11fb76425effd7a331d63111adf1ce"
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15 13
16inherit setuptools 14inherit setuptools
@@ -24,5 +22,11 @@ DEPENDS += " \
24 22
25# RDEPENDS_default: 23# RDEPENDS_default:
26RDEPENDS_${PN} += " \ 24RDEPENDS_${PN} += " \
25 python-babel \
26 python-iso8601 \
27 python-netaddr \
28 python-netifaces \
29 python-oslo.i18n \
27 python-pbr \ 30 python-pbr \
31 python-six \
28 " 32 "