summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
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"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
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.5"
15PREFERRED_VERSION_python-sqlalchemy = "0.9.7" 15PREFERRED_VERSION_python-sqlalchemy = "1.0.8"
16PREFERRED_VERSION_python-pexpect = "3.3" 16PREFERRED_VERSION_python-pexpect = "3.3"
17PREFERRED_VERSION_python-futures = "3.0.3" 17PREFERRED_VERSION_python-futures = "3.0.3%"
18PREFERRED_VERSION_python-django = "1.8.6" 18PREFERRED_VERSION_python-django = "1.8.6"
19 19
20LICENSE_PATH += "${LAYERDIR}/licenses" 20LICENSE_PATH += "${LAYERDIR}/licenses"