diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-23 09:52:58 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-23 13:13:28 -0500 |
| commit | ee6bb7cb598ceedc1557daa77db3118a5080c470 (patch) | |
| tree | e7d5d47c226316d9c477f861fdc6bc8822fd0e42 /meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | |
| parent | 132ec00d2f239b91ae5035811a586b8bfd5769ba (diff) | |
| download | meta-cloud-services-ee6bb7cb598ceedc1557daa77db3118a5080c470.tar.gz | |
python-vcversioner: Remove the recipe
Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 18 |
1 files changed, 0 insertions, 18 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 7811b69..0000000 --- a/meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | DESCRIPTION = "An implementation of JSON Schema validation for Python" | ||
| 2 | HOMEPAGE = "http://github.com/Julian/jsonschema" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "ISC" | ||
| 5 | LIC_FILES_CHKSUM = "file://vcversioner.py;beginline=1;endline=13;md5=b20bc154910c13368ad5ba54560f0b0c" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4" | ||
| 8 | SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | |||
| 13 | DEPENDS_class-native += " \ | ||
| 14 | python \ | ||
| 15 | python-setuptools \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native" | ||
