diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-21 17:28:26 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-21 23:17:07 -0500 |
| commit | 4be0c714d00e816d89e1b0c8ca720d7bb56b1c21 (patch) | |
| tree | a9ac64be028ba7dac03542778c943c757edf4223 | |
| parent | 18c675003db54faa437a0aba62fd5df259e9bc01 (diff) | |
| download | meta-cloud-services-4be0c714d00e816d89e1b0c8ca720d7bb56b1c21.tar.gz | |
python-oslo.service: 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>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.service_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb index 379bff3..a1e5e1a 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PV = "0.11.0" | 7 | PV = "0.16.0" |
| 8 | SRCREV = "3336127916edcd1d94f9bb2df978facb434efa5e" | 8 | SRCREV = "e11a2880777249674664ec330004fda5e605ac73" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.service" | 10 | SRCNAME = "oslo.service" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -21,7 +21,6 @@ DEPENDS += " \ | |||
| 21 | 21 | ||
| 22 | RDEPENDS_${PN} += " \ | 22 | RDEPENDS_${PN} += " \ |
| 23 | python-pbr \ | 23 | python-pbr \ |
| 24 | python-babel \ | ||
| 25 | python-webob \ | 24 | python-webob \ |
| 26 | python-eventlet \ | 25 | python-eventlet \ |
| 27 | python-greenlet \ | 26 | python-greenlet \ |
