mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-04 11:00:23 +00:00
python3-orjson: Upgrade to 3.11.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
22
meta-python/recipes-devtools/python/python3-orjson_3.11.5.bb
Normal file
22
meta-python/recipes-devtools/python/python3-orjson_3.11.5.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "orjson is a fast, correct JSON library for Python"
|
||||
HOMEPAGE = "https://pypi.org/project/orjson/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d"
|
||||
|
||||
SRC_URI[sha256sum] = "82393ab47b4fe44ffd0a7659fa9cfaacc717eb617c93cde83795f14af5c2e9d5"
|
||||
|
||||
CVE_PRODUCT = "orjson"
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
|
||||
inherit pypi python_maturin cargo-update-recipe-crates
|
||||
|
||||
DEPENDS = "python3-maturin-native"
|
||||
|
||||
RDEPENDS:${PN} += "python3-maturin python3-mypy"
|
||||
|
||||
do_compile:prepend() {
|
||||
sed -i "/panic = \"abort\"/d" ${S}/Cargo.toml
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user