summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb b/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb
deleted file mode 100644
index 2209569aca..0000000000
--- a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "orjson is a fast, correct JSON library for Python"
2HOMEPAGE = "https://pypi.org/project/orjson/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d"
5
6SRC_URI[sha256sum] = "28eeae6a15243966962b658dfcf7bae9e7bb1f3260dfcf0370dbd41f5ff6058b"
7
8CVE_PRODUCT = "orjson"
9
10require ${BPN}-crates.inc
11
12inherit pypi python_maturin cargo-update-recipe-crates
13
14DEPENDS = "python3-maturin-native"
15
16RDEPENDS:${PN} += "python3-maturin python3-mypy"
17
18do_compile:prepend() {
19 sed -i "/panic = \"abort\"/d" ${S}/Cargo.toml
20}
21
22BBCLASSEXTEND = "native nativesdk"