summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf/layer.conf
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-09-09 14:39:13 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-09 13:34:54 -0400
commit86b5a15ddcf24aab9e810073189100b9e50d8b05 (patch)
tree4075a491eeff0e7da5c3cf7d9baeaa17e3e27c73 /meta-openstack/conf/layer.conf
parent3a87c591ff5a5b669bfeb73c6d184d1d2e1d6c2d (diff)
downloadmeta-cloud-services-86b5a15ddcf24aab9e810073189100b9e50d8b05.tar.gz
layer.conf: remove preferred version for python-futures
preferred version 3.0.3 is not aligned with current version under meta-openstack 3.3.0 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/conf/layer.conf')
-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 d8a4db8..903b408 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -25,7 +25,6 @@ LAYERDEPENDS_openstack-layer = " \
25PREFERRED_VERSION_python-greenlet = "0.4.5" 25PREFERRED_VERSION_python-greenlet = "0.4.5"
26PREFERRED_VERSION_python-sqlalchemy = "1.0.8" 26PREFERRED_VERSION_python-sqlalchemy = "1.0.8"
27PREFERRED_VERSION_python-pexpect = "3.3" 27PREFERRED_VERSION_python-pexpect = "3.3"
28PREFERRED_VERSION_python-futures = "3.0.3%"
29PREFERRED_VERSION_python-django = "1.8.6" 28PREFERRED_VERSION_python-django = "1.8.6"
30PREFERRED_VERSION_python-netaddr = "0.7.19" 29PREFERRED_VERSION_python-netaddr = "0.7.19"
31PREFERRED_VERSION_python-sqlalchemy = "1.0.16" 30PREFERRED_VERSION_python-sqlalchemy = "1.0.16"