From ee08e01f04ed40839f5b827cccb113cc3f2fb29c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 18 Nov 2014 11:45:37 -0500 Subject: meta-openstack: prefer pexpect 3.3 The meta-python version is taking precedence, so we pin the version to the one in meta-openstack. 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 dec1d20..2b3a00d 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf @@ -13,3 +13,4 @@ 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-pexpect = "3.3" -- cgit v1.2.3-54-g00ecf