summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb (renamed from meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb)4
1 files changed, 2 insertions, 2 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.2.bb
index 52d846f799..80cacc70ef 100644
--- a/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb
@@ -1,12 +1,12 @@
1SUMMARY = "Runtime typing introspection tools" 1SUMMARY = "Runtime typing introspection tools"
2HOMEPAGE = "https://github.com/pydantic/typing-inspection" 2HOMEPAGE = "https://github.com/pydantic/typing-inspection"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=07cbaa23fc9dd504fc1ea5acc23b0add" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=dfe2d84c58973d6a532c4e7638dbb3d8"
5 5
6DEPENDS = "python3-hatchling-native" 6DEPENDS = "python3-hatchling-native"
7SRC_URI[sha256sum] = "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122"
8 7
9inherit pypi python_hatchling ptest-python-pytest 8inherit pypi python_hatchling ptest-python-pytest
9SRC_URI[sha256sum] = "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"
10 10
11RDEPENDS:${PN}-ptest += "python3-typing-extensions" 11RDEPENDS:${PN}-ptest += "python3-typing-extensions"
12 12