diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-26 12:54:39 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-26 10:07:02 -0800 |
| commit | 9b3c3c080382d6b557705978c6719edc5ef4a2db (patch) | |
| tree | f36756945aad86d2d392d39a1f0902af574b8c90 /meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb | |
| parent | 2fb000b020adf89478aa08e1f5d7f2e9c1813e2a (diff) | |
| download | meta-openembedded-9b3c3c080382d6b557705978c6719edc5ef4a2db.tar.gz | |
python: remove recipes imported to oe-core
To support device tree schema validation in kernels v5.16+, we've
imported dt-schema + dependencies to core. So we can safely drop
them from meta-python.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb b/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb deleted file mode 100644 index c7efe33a83..0000000000 --- a/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb +++ /dev/null | |||
| @@ -1,48 +0,0 @@ | |||
| 1 | SUMMARY = "An implementation of JSON Schema validation for Python" | ||
| 2 | HOMEPAGE = "https://github.com/Julian/jsonschema" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ | ||
| 5 | file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" | ||
| 6 | DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "f1a0b5011f05a02a8dee1070cd10a26d" | ||
| 9 | SRC_URI[sha256sum] = "c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | PACKAGECONFIG ??= "format" | ||
| 14 | PACKAGECONFIG[format] = ",,,\ | ||
| 15 | ${PYTHON_PN}-idna \ | ||
| 16 | ${PYTHON_PN}-jsonpointer \ | ||
| 17 | ${PYTHON_PN}-webcolors \ | ||
| 18 | ${PYTHON_PN}-rfc3987 \ | ||
| 19 | ${PYTHON_PN}-strict-rfc3339 \ | ||
| 20 | " | ||
| 21 | PACKAGECONFIG[nongpl] = ",,,\ | ||
| 22 | ${PYTHON_PN}-idna \ | ||
| 23 | ${PYTHON_PN}-jsonpointer \ | ||
| 24 | ${PYTHON_PN}-webcolors \ | ||
| 25 | ${PYTHON_PN}-rfc3986-validator \ | ||
| 26 | ${PYTHON_PN}-rfc3339-validator \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RDEPENDS:${PN} += " \ | ||
| 30 | ${PYTHON_PN}-attrs \ | ||
| 31 | ${PYTHON_PN}-core \ | ||
| 32 | ${PYTHON_PN}-datetime \ | ||
| 33 | ${PYTHON_PN}-importlib-metadata \ | ||
| 34 | ${PYTHON_PN}-io \ | ||
| 35 | ${PYTHON_PN}-json \ | ||
| 36 | ${PYTHON_PN}-netclient \ | ||
| 37 | ${PYTHON_PN}-numbers \ | ||
| 38 | ${PYTHON_PN}-pkgutil \ | ||
| 39 | ${PYTHON_PN}-pprint \ | ||
| 40 | ${PYTHON_PN}-pyrsistent \ | ||
| 41 | ${PYTHON_PN}-shell \ | ||
| 42 | ${PYTHON_PN}-six \ | ||
| 43 | ${PYTHON_PN}-unittest \ | ||
| 44 | ${PYTHON_PN}-setuptools-scm \ | ||
| 45 | ${PYTHON_PN}-zipp \ | ||
| 46 | " | ||
| 47 | |||
| 48 | BBCLASSEXTEND = "native nativesdk" | ||
