[meta-virtualization] [m-c-s][PATCH 4/4] python-oslo.db: uprev to latest stable/newton

Mark Asselstine mark.asselstine at windriver.com
Fri Jan 20 12:49:25 PST 2017


Required some dependencies to be uprev's such as python-oslo.context
and python-oslo.utils as well as version pinning python-sqlalchemy.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 meta-openstack/conf/layer.conf                               | 1 +
 meta-openstack/recipes-devtools/python/python-oslo.db_git.bb | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index f5288e3..cfbb232 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -17,5 +17,6 @@ PREFERRED_VERSION_python-pexpect = "3.3"
 PREFERRED_VERSION_python-futures = "3.0.3%"
 PREFERRED_VERSION_python-django = "1.8.6"
 PREFERRED_VERSION_python-netaddr = "0.7.19"
+PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
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 f3f7074..ca48d78 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"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-PV = "3.1.0+git${SRCPV}"
-SRCREV = "3afd58f6ab0fc2acb1dd92f652cec48e87763cf6"
+PV = "4.13.5+git${SRCPV}"
+SRCREV = "086be4ac91b17942370980a35d67d48d2e42567a"
 
 SRCNAME = "oslo.db"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
 
 S = "${WORKDIR}/git"
 
@@ -33,4 +33,5 @@ RDEPENDS_${PN} += " \
        python-sqlalchemy-migrate \
        python-stevedore \
        python-pbr \
+       python-debtcollector \
        "
-- 
2.7.4



More information about the meta-virtualization mailing list