diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-01 20:38:33 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-01 21:54:56 -0700 |
| commit | 52138d7faf1d869381725e70a94b927c1d99b94c (patch) | |
| tree | b17e42c7c2b7d152f89b1a400946450ef784a714 /meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb | |
| parent | d9468fad734a4a31c323324f9ba552ed052d040e (diff) | |
| download | meta-openembedded-52138d7faf1d869381725e70a94b927c1d99b94c.tar.gz | |
python3-typing-inspection: Add recipe
This is needed by new versions of lief and pydantic python modules
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb new file mode 100644 index 0000000000..52d846f799 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Runtime typing introspection tools" | ||
| 2 | HOMEPAGE = "https://github.com/pydantic/typing-inspection" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=07cbaa23fc9dd504fc1ea5acc23b0add" | ||
| 5 | |||
| 6 | DEPENDS = "python3-hatchling-native" | ||
| 7 | SRC_URI[sha256sum] = "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" | ||
| 8 | |||
| 9 | inherit pypi python_hatchling ptest-python-pytest | ||
| 10 | |||
| 11 | RDEPENDS:${PN}-ptest += "python3-typing-extensions" | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "typing_inspection" | ||
| 14 | |||
| 15 | BBCLASSEXTEND += "native nativesdk" | ||
