diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-04-04 16:02:50 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-09 10:48:37 -0400 |
| commit | 3088635dfe063b924d1aa52e72501e5a09ae836d (patch) | |
| tree | 08eb6b2414ffa8bca48173b0919b612bb29647cb /meta-openstack/conf | |
| parent | 3ae1769b3520eb3d21012a61f328494e672a99cd (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack/conf/layer.conf | 1 |
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" | |||
| 22 | PREFERRED_VERSION_python-eventlet = "0.20.0" | 22 | PREFERRED_VERSION_python-eventlet = "0.20.0" |
| 23 | PREFERRED_VERSION_python-warlock = "1.2.0" | 23 | PREFERRED_VERSION_python-warlock = "1.2.0" |
| 24 | PREFERRED_VERSION_python-jsonschema = "2.6.0" | 24 | PREFERRED_VERSION_python-jsonschema = "2.6.0" |
| 25 | PREFERRED_VERSION_python-networkx = "1.11" | ||
| 25 | LICENSE_PATH += "${LAYERDIR}/licenses" | 26 | LICENSE_PATH += "${LAYERDIR}/licenses" |
