summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:31:53 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:31:53 +0200
commit94a07ba9795f8563e5b8b3e70e615875fb52e039 (patch)
treeb82591ff81a7035367b1636338cfc57527f38500
parentd59753566f492b5aade101680661c103b4209044 (diff)
downloadmeta-cloud-services-94a07ba9795f8563e5b8b3e70e615875fb52e039.tar.gz
python-vcversioner: Drop recipe
Newer recipe maintaine in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
deleted file mode 100644
index bcff6f3..0000000
--- a/meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "An implementation of JSON Schema validation for Python"
2HOMEPAGE = "http://github.com/Julian/jsonschema"
3SECTION = "devel/python"
4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://vcversioner.py;beginline=1;endline=13;md5=b20bc154910c13368ad5ba54560f0b0c"
6
7SRCNAME = "vcversioner"
8
9SRC_URI = "http://pypi.python.org/packages/source/v/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4"
12SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18
19DEPENDS_class-native += " \
20 python \
21 python-setuptools \
22 "
23
24BBCLASSEXTEND = "native"