mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-msgpack: Upgrade 1.1.1 -> 1.1.2
Upgrade to release 1.1.2: - Update Cython to v3.1.4 - Update cibuildwheel to v3.2.0 - Drop Python 3.8 - Add Python 3.14 - Add windows-arm Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
15
meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb
Normal file
15
meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "MessagePack (de)serializer"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
|
||||
|
||||
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
PTEST_PYTEST_DIR = "test"
|
||||
|
||||
SRC_URI[sha256sum] = "3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e"
|
||||
|
||||
RDEPENDS:${PN}:class-target += "\
|
||||
python3-io \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user