summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/conf/layer.conf1
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb17
2 files changed, 1 insertions, 17 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"
diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
deleted file mode 100644
index 1174795..0000000
--- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "An implementation of JSON-Schema validation for Python"
2HOMEPAGE = "http://pypi.python.org/pypi/jsonschema"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8"
6
7SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292"
8SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079"
9
10inherit setuptools pypi
11
12DEPENDS += "python-vcversioner"
13
14# Satisfy setup.py 'setup_requires'
15DEPENDS += " \
16 python-vcversioner-native \
17 "