diff options
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.bb | 22 |
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 @@ | |||
| 1 | SUMMARY = "orjson is a fast, correct JSON library for Python" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/orjson/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "28eeae6a15243966962b658dfcf7bae9e7bb1f3260dfcf0370dbd41f5ff6058b" | ||
| 7 | |||
| 8 | CVE_PRODUCT = "orjson" | ||
| 9 | |||
| 10 | require ${BPN}-crates.inc | ||
| 11 | |||
| 12 | inherit pypi python_maturin cargo-update-recipe-crates | ||
| 13 | |||
| 14 | DEPENDS = "python3-maturin-native" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "python3-maturin python3-mypy" | ||
| 17 | |||
| 18 | do_compile:prepend() { | ||
| 19 | sed -i "/panic = \"abort\"/d" ${S}/Cargo.toml | ||
| 20 | } | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
