aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb17
1 files changed, 0 insertions, 17 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 11747953..00000000
--- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "An implementation of JSON-Schema validation for Python"
-HOMEPAGE = "http://pypi.python.org/pypi/jsonschema"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8"
-
-SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292"
-SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079"
-
-inherit setuptools pypi
-
-DEPENDS += "python-vcversioner"
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
- python-vcversioner-native \
- "