summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-20 16:59:31 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:03 -0500
commit185eccef8964632f5b255265a0a8e59fe5858397 (patch)
treeeed07c29dfc291ecaae5b8b3fe8741e56f4bdbe1
parent4a7f7cbf3b6f2795009a3a3dc5982b9f065eb4cd (diff)
downloadmeta-cloud-services-185eccef8964632f5b255265a0a8e59fe5858397.tar.gz
python-requests: use version from meta-openembedded
We want to use a version >=2.10.0 as required by python-keystoneauth1 so set a PREF so we don't get the older version found in meta-virtualization and used by docker. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-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 cfbb232..4007cb9 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -18,5 +18,6 @@ PREFERRED_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" 20PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
21PREFERRED_VERSION_python-requests = "2.12.0"
21 22
22LICENSE_PATH += "${LAYERDIR}/licenses" 23LICENSE_PATH += "${LAYERDIR}/licenses"