diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:14 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
commit | a503ac7b6febfbc5fd70d3328161887a25777d38 (patch) | |
tree | 5625feed7d3bd8676b251bc112b48442120b269f /meta-openstack/recipes-devtools | |
parent | ab4f7c51266bac5537eaf6838ec50cf29ef6213d (diff) | |
download | meta-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.bb | 12 |
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" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
6 | 6 | ||
7 | PR = "r0" | ||
8 | |||
9 | SRCNAME = "oslo.utils" | 7 | SRCNAME = "oslo.utils" |
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
11 | 9 | ||
12 | PV = "1.3.0" | 10 | PV = "1.4.0" |
13 | SRCREV = "ed4e2d775a56b9d47ed314f96dccd9221a91e241" | 11 | SRCREV = "91dc782c2f11fb76425effd7a331d63111adf1ce" |
14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
15 | 13 | ||
16 | inherit setuptools | 14 | inherit setuptools |
@@ -24,5 +22,11 @@ DEPENDS += " \ | |||
24 | 22 | ||
25 | # RDEPENDS_default: | 23 | # RDEPENDS_default: |
26 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS_${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 | " |