diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 11:07:12 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 11:08:51 +0200 |
| commit | c4b9d0906b7803942f8086591620731a58020d9e (patch) | |
| tree | fcaf1fa31fd2b91c91fe4414218ba41001408775 /meta-openstack | |
| parent | 6eb04c0c1aaec800a601317bf4a269b01bf03be3 (diff) | |
| download | meta-cloud-services-c4b9d0906b7803942f8086591620731a58020d9e.tar.gz | |
conf/layer.conf: Drop version override for python-futures
This was enforced for liberty. For stable/newton v3.0.5 from meta-oe is
suitable, so no need to keep back the version.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/conf/layer.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index cec5fb5..4df5713 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf | |||
| @@ -13,7 +13,6 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true" | |||
| 13 | # pre 0.4.0 greenlet versions segfault python | 13 | # pre 0.4.0 greenlet versions segfault python |
| 14 | PREFERRED_VERSION_python-greenlet = "0.4.5" | 14 | PREFERRED_VERSION_python-greenlet = "0.4.5" |
| 15 | PREFERRED_VERSION_python-pexpect = "3.3" | 15 | PREFERRED_VERSION_python-pexpect = "3.3" |
| 16 | PREFERRED_VERSION_python-futures = "3.0.3%" | ||
| 17 | PREFERRED_VERSION_python-django = "1.8.6" | 16 | PREFERRED_VERSION_python-django = "1.8.6" |
| 18 | PREFERRED_VERSION_python-netaddr = "0.7.19" | 17 | PREFERRED_VERSION_python-netaddr = "0.7.19" |
| 19 | PREFERRED_VERSION_python-sqlalchemy = "1.0.16" | 18 | PREFERRED_VERSION_python-sqlalchemy = "1.0.16" |
