diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-21 17:17:12 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-21 23:17:07 -0500 |
| commit | 9c75a8ae4a85e781b31a5a7555c877d34ade62a6 (patch) | |
| tree | e17008f5b41c8239c1da4c895c9c6a5477869413 /meta-openstack/recipes-devtools/python/python-oslo.log_git.bb | |
| parent | 022417ed2fe9c9186711445e07d54bead1d7c6b2 (diff) | |
| download | meta-cloud-services-9c75a8ae4a85e781b31a5a7555c877d34ade62a6.tar.gz | |
python-oslo.log: uprev to latest stable/newton
Just a few updates for runtime dependencies. Dependency version
requirement are all already fulfilled.
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.log_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.log_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb index b290863..9a819c6 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.log" | 7 | SRCNAME = "oslo.log" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 9 | 9 | ||
| 10 | PV = "1.13.0+git${SRCPV}" | 10 | PV = "3.16.0+git${SRCPV}" |
| 11 | SRCREV = "60d9aa05d45bf948106f79ad7257080a731af6c5" | 11 | SRCREV = "a6efc0e714171d4f5ec8baef46cc8734fb4139dc" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools | 14 | inherit setuptools |
| @@ -29,8 +29,6 @@ RDEPENDS_${PN} += " \ | |||
| 29 | bash \ | 29 | bash \ |
| 30 | python-pbr \ | 30 | python-pbr \ |
| 31 | python-six \ | 31 | python-six \ |
| 32 | python-babel \ | ||
| 33 | python-iso8601 \ | ||
| 34 | python-oslo.config \ | 32 | python-oslo.config \ |
| 35 | python-oslo.context \ | 33 | python-oslo.context \ |
| 36 | python-oslo.i18n \ | 34 | python-oslo.i18n \ |
| @@ -38,4 +36,5 @@ RDEPENDS_${PN} += " \ | |||
| 38 | python-oslo.serialization \ | 36 | python-oslo.serialization \ |
| 39 | python-pyinotify \ | 37 | python-pyinotify \ |
| 40 | python-debtcollector \ | 38 | python-debtcollector \ |
| 39 | python-dateutil \ | ||
| 41 | " | 40 | " |
