summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf/layer.conf
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-15 14:22:26 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-15 15:53:41 -0500
commitdfa434bd5c12366d3745609fa042c5e16974c988 (patch)
tree20d76f2a790cee22cce9e62f077f657e112d353b /meta-openstack/conf/layer.conf
parent3051160f23fe8e06e545859538c86ef3a3c39d7a (diff)
downloadmeta-cloud-services-dfa434bd5c12366d3745609fa042c5e16974c988.tar.gz
python-jsonschema: drop our recipe in favor of the one in meta-python
The current v2.5.1 recipe is slightly broken (needs PYPI_PACKAGE_EXT = "zip" added). But regardless the current v2.5.1 recipe is unused since we are picking up the v2.6.0 in meta-python. Drop the unused/broken v2.5.1 recipe to clean things up. As with all our python recipes we will need to keep an eye on the version to ensure the are compatible, so add a PREF version to help track any skew that might develop. 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 f2aa64e..838e7b0 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -21,4 +21,5 @@ PREFERRED_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" 23PREFERRED_VERSION_python-warlock = "1.2.0"
24PREFERRED_VERSION_python-jsonschema = "2.6.0"
24LICENSE_PATH += "${LAYERDIR}/licenses" 25LICENSE_PATH += "${LAYERDIR}/licenses"