summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-18 11:45:37 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-18 11:45:37 -0500
commitee08e01f04ed40839f5b827cccb113cc3f2fb29c (patch)
tree87f878550b71176ed93066fe3c7363acd897b9b9
parentee1e862a21a8c99a9f389cafceab2ba6d513207d (diff)
downloadmeta-cloud-services-ee08e01f04ed40839f5b827cccb113cc3f2fb29c.tar.gz
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 <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 dec1d20..2b3a00d 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -13,3 +13,4 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true"
13# pre 0.4.0 greenlet versions segfault python 13# pre 0.4.0 greenlet versions segfault python
14PREFERRED_VERSION_python-greenlet = "0.4.1" 14PREFERRED_VERSION_python-greenlet = "0.4.1"
15PREFERRED_VERSION_python-sqlalchemy = "0.9.7" 15PREFERRED_VERSION_python-sqlalchemy = "0.9.7"
16PREFERRED_VERSION_python-pexpect = "3.3"