diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 16:34:03 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 16:57:56 +0200 |
| commit | 0cf30c593341d7c36920ceff10963fe47cc7f637 (patch) | |
| tree | fc1fae5e310e39873be2b7e4f8de569d808a1e02 /meta-openstack | |
| parent | 2842fc0b3ca861064e341ac9856e2cf4b3a09425 (diff) | |
| download | meta-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.conf | 1 |
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 |
| 14 | PREFERRED_VERSION_python-greenlet = "0.4.5" | 14 | PREFERRED_VERSION_python-greenlet = "0.4.5" |
| 15 | PREFERRED_VERSION_python-sqlalchemy = "1.0.8" | ||
| 16 | PREFERRED_VERSION_python-pexpect = "3.3" | 15 | PREFERRED_VERSION_python-pexpect = "3.3" |
| 17 | PREFERRED_VERSION_python-futures = "3.0.3%" | 16 | PREFERRED_VERSION_python-futures = "3.0.3%" |
| 18 | PREFERRED_VERSION_python-django = "1.8.6" | 17 | PREFERRED_VERSION_python-django = "1.8.6" |
