summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-07 15:38:38 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-08 14:17:24 -0500
commit0a25cc15e836c4bdd8c59f18d690460d62de6cb9 (patch)
treec32601b9df12a2190ef451310d9a99b2eb0cd089 /meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
parentd3d2bd09918f75cd22288795c169a54c4ee8cfaf (diff)
downloadmeta-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.db_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.db_git.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
index ca48d78..53df106 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "4.13.5+git${SRCPV}" 7PV = "4.25.0+git${SRCPV}"
8SRCREV = "086be4ac91b17942370980a35d67d48d2e42567a" 8SRCREV = "71607d59ec5c02d7beb5109c500aa9b6a0d9ee2c"
9 9
10SRCNAME = "oslo.db" 10SRCNAME = "oslo.db"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -22,12 +22,8 @@ DEPENDS += " \
22RDEPENDS_${PN} += " \ 22RDEPENDS_${PN} += " \
23 python-six \ 23 python-six \
24 python-alembic \ 24 python-alembic \
25 python-babel \
26 python-iso8601 \
27 python-lockfile \
28 python-oslo.config \ 25 python-oslo.config \
29 python-oslo.i18n \ 26 python-oslo.i18n \
30 python-oslo.context \
31 python-oslo.utils \ 27 python-oslo.utils \
32 python-sqlalchemy \ 28 python-sqlalchemy \
33 python-sqlalchemy-migrate \ 29 python-sqlalchemy-migrate \