summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:11:59 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:11:59 +0200
commit0abc3bfd70385e3c1e59f1cfa6b7a2cc44ca7f13 (patch)
tree1de522800c1208cd5cc116d34575ad69047df10b
parent82eb4cdfaf6c6ab5aa81f110d2d7908bd2b3a401 (diff)
downloadmeta-cloud-services-0abc3bfd70385e3c1e59f1cfa6b7a2cc44ca7f13.tar.gz
python-jsonschema: Drop recipe
Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb24
1 files changed, 0 insertions, 24 deletions
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 fef8d5f..0000000
--- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
+++ /dev/null
@@ -1,24 +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
7PR = "r0"
8SRCNAME = "jsonschema"
9
10SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip"
11
12SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292"
13SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19DEPENDS += "python-vcversioner"
20
21# Satisfy setup.py 'setup_requires'
22DEPENDS += " \
23 python-vcversioner-native \
24 "