mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 00:11:04 +00:00
python3-typing-inspection: upgrade 0.4.2 -> 0.4.4
Changelog: ========== - Add typing_objects.DEPRECATED_ALIASES_ID - Drop support for Python 3.9 - Avoid module getattr() calls in typing_objects functions - Add Python 3.15 support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Runtime typing introspection tools"
|
||||
HOMEPAGE = "https://github.com/pydantic/typing-inspection"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dfe2d84c58973d6a532c4e7638dbb3d8"
|
||||
|
||||
DEPENDS = "python3-hatchling-native"
|
||||
|
||||
inherit pypi python_hatchling ptest-python-pytest
|
||||
SRC_URI[sha256sum] = "547274fa6b0a561ccf549cc9524b999a578e737d015d8709d021f9d0d13bea47"
|
||||
|
||||
RDEPENDS:${PN}-ptest += "python3-typing-extensions"
|
||||
|
||||
PYPI_PACKAGE = "typing_inspection"
|
||||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
Reference in New Issue
Block a user