From ee6bb7cb598ceedc1557daa77db3118a5080c470 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 23 Dec 2019 09:52:58 +0800 Subject: python-vcversioner: Remove the recipe Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-vcversioner_2.14.0.0.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb (limited to 'meta-openstack') 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 7811b69..0000000 --- a/meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "An implementation of JSON Schema validation for Python" -HOMEPAGE = "http://github.com/Julian/jsonschema" -SECTION = "devel/python" -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://vcversioner.py;beginline=1;endline=13;md5=b20bc154910c13368ad5ba54560f0b0c" - -SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4" -SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86" - -inherit setuptools pypi - - -DEPENDS_class-native += " \ - python \ - python-setuptools \ - " - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf