diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:05 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | ac446f3bc8a6df622f3551952f055064847f6f0e (patch) | |
| tree | a1673a657773054aacc6b0799bbaa8dff7ff90c5 /meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | |
| parent | 529228a7d12d954ea4113879f8e9c200ebcc9ce8 (diff) | |
| download | meta-cloud-services-ac446f3bc8a6df622f3551952f055064847f6f0e.tar.gz | |
python-oslo*: uprev to versions required by liberty
This set of updates is fairly straightforward, for the most part it is
an update of the git SHA and an update of the dependencies.
Signed-off-by: Mark Asselstine <asselsm@gmail.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.bb | 15 |
1 files changed, 11 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..a833f6c 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 = "2.7.0+git${SRCPV}" |
| 13 | SRCREV = "ed4e2d775a56b9d47ed314f96dccd9221a91e241" | 11 | SRCREV = "6aa24675e890e0bb61967a3e4c5e6aa8cf3dedcf" |
| 14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 15 | 13 | ||
| 16 | inherit setuptools | 14 | inherit setuptools |
| @@ -25,4 +23,13 @@ DEPENDS += " \ | |||
| 25 | # RDEPENDS_default: | 23 | # RDEPENDS_default: |
| 26 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS_${PN} += " \ |
| 27 | python-pbr \ | 25 | python-pbr \ |
| 26 | python-babel \ | ||
| 27 | python-six \ | ||
| 28 | python-iso8601 \ | ||
| 29 | python-oslo.i18n \ | ||
| 30 | python-monotonic \ | ||
| 31 | python-pytz \ | ||
| 32 | python-netaddr \ | ||
| 33 | python-netifaces \ | ||
| 34 | python-debtcollector \ | ||
| 28 | " | 35 | " |
