summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 16:34:03 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 16:57:56 +0200
commit0cf30c593341d7c36920ceff10963fe47cc7f637 (patch)
treefc1fae5e310e39873be2b7e4f8de569d808a1e02 /meta-openstack
parent2842fc0b3ca861064e341ac9856e2cf4b3a09425 (diff)
downloadmeta-cloud-services-0cf30c593341d7c36920ceff10963fe47cc7f637.tar.gz
conf/layer.conf: Drop non-existent preferred version
python-alchemy has two preferred versions. Drop the older one which doesn't have a corresponding recipe. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/conf/layer.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 61e9fb5..cec5fb5 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -12,7 +12,6 @@ BB_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.5" 14PREFERRED_VERSION_python-greenlet = "0.4.5"
15PREFERRED_VERSION_python-sqlalchemy = "1.0.8"
16PREFERRED_VERSION_python-pexpect = "3.3" 15PREFERRED_VERSION_python-pexpect = "3.3"
17PREFERRED_VERSION_python-futures = "3.0.3%" 16PREFERRED_VERSION_python-futures = "3.0.3%"
18PREFERRED_VERSION_python-django = "1.8.6" 17PREFERRED_VERSION_python-django = "1.8.6"