From 185eccef8964632f5b255265a0a8e59fe5858397 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 20 Jan 2017 16:59:31 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) 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%" PREFERRED_VERSION_python-django = "1.8.6" PREFERRED_VERSION_python-netaddr = "0.7.19" PREFERRED_VERSION_python-sqlalchemy = "1.0.16" +PREFERRED_VERSION_python-requests = "2.12.0" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf