diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:38 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | 0a25cc15e836c4bdd8c59f18d690460d62de6cb9 (patch) | |
| tree | c32601b9df12a2190ef451310d9a99b2eb0cd089 /meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb | |
| parent | d3d2bd09918f75cd22288795c169a54c4ee8cfaf (diff) | |
| download | meta-cloud-services-0a25cc15e836c4bdd8c59f18d690460d62de6cb9.tar.gz | |
python-oslo*: uprev to latest stable/pike
Uprev all of the existing 'oslo' packages to the latest commit on the
stable/pike branch. This will allow us to prepare for the uprev of the
main openstack components to stable/pike.
Dependencies are been validated and uprev'd/added as needed.
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.middleware_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb index 811068a..b02d653 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "3.19.0+git${SRCPV}" | 7 | PV = "3.30.1+git${SRCPV}" |
| 8 | SRCREV = "e3e052a92e9eb3e40af3c653281c944d34f822b4" | 8 | SRCREV = "d9ad4bae1e0d6c43a009d393ac94f7ff50116171" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.middleware" | 10 | SRCNAME = "oslo.middleware" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -33,4 +33,5 @@ RDEPENDS_${PN} += " \ | |||
| 33 | python-stevedore \ | 33 | python-stevedore \ |
| 34 | python-webob \ | 34 | python-webob \ |
| 35 | python-debtcollector \ | 35 | python-debtcollector \ |
| 36 | python-statsd \ | ||
| 36 | " | 37 | " |
