summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-20 15:49:25 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-20 15:54:51 -0500
commit0b90552d85c19691b14c1c49c96aa8c5aae7858f (patch)
tree5410d1847e496c351c3d0dcaea0bc1493e4c1364 /meta-openstack/conf
parentc3a5a1a77d43ba6b9bc194dd8bf7178ab58e0be5 (diff)
downloadmeta-cloud-services-0b90552d85c19691b14c1c49c96aa8c5aae7858f.tar.gz
python-oslo.db: uprev to latest stable/newton
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@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/conf')
-rw-r--r--meta-openstack/conf/layer.conf1
1 files changed, 1 insertions, 0 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"
17PREFERRED_VERSION_python-futures = "3.0.3%" 17PREFERRED_VERSION_python-futures = "3.0.3%"
18PREFERRED_VERSION_python-django = "1.8.6" 18PREFERRED_VERSION_python-django = "1.8.6"
19PREFERRED_VERSION_python-netaddr = "0.7.19" 19PREFERRED_VERSION_python-netaddr = "0.7.19"
20PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
20 21
21LICENSE_PATH += "${LAYERDIR}/licenses" 22LICENSE_PATH += "${LAYERDIR}/licenses"