From 7c320638a85166c830d0c924a20e9d38e7c8495e Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 23 Dec 2016 10:36:58 -0500 Subject: meta-openstack: layer.conf: update the preferred versions Many of the packages we have preferred versions for no longer have recipes available for the defined versions, or the preferred version was incorrect. Set the preferred versions to something that actually exists. Since meta-openstack is currently not buildable there is no way to test these changes, other than 'it builds' and 'no more warnings about mismatched preferred versions' but there is more work being done currently which will eventually be merged and allow us to revisit these to ensure they are correctly set. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-openstack/conf/layer.conf') diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index 1406e4e..19e3cb1 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf @@ -11,10 +11,10 @@ BBFILE_PRIORITY_openstack-layer = "5" BB_DANGLINGAPPENDS_WARNONLY ?= "true" # pre 0.4.0 greenlet versions segfault python -PREFERRED_VERSION_python-greenlet = "0.4.1" -PREFERRED_VERSION_python-sqlalchemy = "0.9.7" +PREFERRED_VERSION_python-greenlet = "0.4.5" +PREFERRED_VERSION_python-sqlalchemy = "1.0.8" PREFERRED_VERSION_python-pexpect = "3.3" -PREFERRED_VERSION_python-futures = "3.0.3" +PREFERRED_VERSION_python-futures = "3.0.3%" PREFERRED_VERSION_python-django = "1.8.6" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf