summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf/layer.conf
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-13 14:32:24 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-14 12:38:27 -0500
commit8ba6f1dbbcbbde2f6b64e11ec16833cc71be6148 (patch)
tree3375e762d0ca0d63d288f79fc8c06ae1ad22e7f6 /meta-openstack/conf/layer.conf
parent40116bf038970b47f386a01714e499fc54a155b6 (diff)
downloadmeta-cloud-services-8ba6f1dbbcbbde2f6b64e11ec16833cc71be6148.tar.gz
python-warlock: add v1.2.0 required by python-glanceclient
Keep the newer v1.3.0 around but we need to ensure this version is in use so set a PREF version. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/conf/layer.conf')
-rw-r--r--meta-openstack/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 6859085..f2aa64e 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -20,4 +20,5 @@ PREFERRED_VERSION_python-netaddr = "0.7.19"
20PREFERRED_VERSION_python-sqlalchemy = "1.0.16" 20PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
21PREFERRED_VERSION_python-requests = "2.13.0" 21PREFERRED_VERSION_python-requests = "2.13.0"
22PREFERRED_VERSION_python-eventlet = "0.20.0" 22PREFERRED_VERSION_python-eventlet = "0.20.0"
23PREFERRED_VERSION_python-warlock = "1.2.0"
23LICENSE_PATH += "${LAYERDIR}/licenses" 24LICENSE_PATH += "${LAYERDIR}/licenses"