summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf/layer.conf
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-04-04 16:02:50 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-09 10:48:37 -0400
commit3088635dfe063b924d1aa52e72501e5a09ae836d (patch)
tree08eb6b2414ffa8bca48173b0919b612bb29647cb /meta-openstack/conf/layer.conf
parent3ae1769b3520eb3d21012a61f328494e672a99cd (diff)
downloadmeta-cloud-services-3088635dfe063b924d1aa52e72501e5a09ae836d.tar.gz
python-networkx: uprev to v1.11
We are unable to use the v2.0 found in meta-python (v2.0 is excluded in the python-pypowervm requirements.txt). So uprev our python-networkx to an acceptable version for all related packages and force its use via PREFERRED_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 838e7b0..c5884c5 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -22,4 +22,5 @@ PREFERRED_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" 23PREFERRED_VERSION_python-warlock = "1.2.0"
24PREFERRED_VERSION_python-jsonschema = "2.6.0" 24PREFERRED_VERSION_python-jsonschema = "2.6.0"
25PREFERRED_VERSION_python-networkx = "1.11"
25LICENSE_PATH += "${LAYERDIR}/licenses" 26LICENSE_PATH += "${LAYERDIR}/licenses"