diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb new file mode 100644 index 0000000000..11fc6de8d6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | # Copyright (C) 2021 Khem Raj <raj.khem@gmail.com> | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | SUMMARY = "Fastest Python implementation of JSON schema" | ||
5 | HOMEPAGE = "https://github.com/seznam/python-fastjsonschema" | ||
6 | LICENSE = "BSD-3-Clause" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532" | ||
8 | |||
9 | SRC_URI[sha256sum] = "794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4" | ||
10 | |||
11 | inherit ptest-python-pytest pypi setuptools3 | ||
12 | |||
13 | # python3-misc for timeit.py | ||
14 | RDEPENDS:${PN}-ptest += "\ | ||
15 | python3-colorama \ | ||
16 | python3-jsonschema \ | ||
17 | python3-misc \ | ||
18 | python3-pylint \ | ||
19 | python3-pytest-benchmark \ | ||
20 | python3-pytest-cache \ | ||
21 | python3-statistics \ | ||
22 | " | ||
23 | RDEPENDS:${PN} += "\ | ||
24 | python3-core \ | ||
25 | python3-urllib3 \ | ||
26 | python3-numbers \ | ||
27 | python3-pickle \ | ||
28 | python3-json \ | ||
29 | " | ||
30 | |||
31 | BBCLASSEXTEND = "native nativesdk" | ||