diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-15 14:22:26 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-15 15:53:41 -0500 |
| commit | dfa434bd5c12366d3745609fa042c5e16974c988 (patch) | |
| tree | 20d76f2a790cee22cce9e62f077f657e112d353b /meta-openstack/recipes-devtools/python | |
| parent | 3051160f23fe8e06e545859538c86ef3a3c39d7a (diff) | |
| download | meta-cloud-services-dfa434bd5c12366d3745609fa042c5e16974c988.tar.gz | |
python-jsonschema: drop our recipe in favor of the one in meta-python
The current v2.5.1 recipe is slightly broken (needs PYPI_PACKAGE_EXT =
"zip" added). But regardless the current v2.5.1 recipe is unused since
we are picking up the v2.6.0 in meta-python. Drop the unused/broken
v2.5.1 recipe to clean things up. As with all our python recipes we
will need to keep an eye on the version to ensure the are compatible,
so add a PREF version to help track any skew that might develop.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb | 17 |
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 1174795..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "An implementation of JSON-Schema validation for Python" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292" | ||
| 8 | SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += "python-vcversioner" | ||
| 13 | |||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python-vcversioner-native \ | ||
| 17 | " | ||
