mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python3-typing-extensions: move from meta-python
Dependency for python3-cryptography (From OE-Core rev: 5758587a1b2db882cc990257b2a6b8e71fa77b4a) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e499ca2a5e
commit
8fca4407b5
@@ -0,0 +1,12 @@
|
||||
HOMEPAGE = "https://github.com/python/typing"
|
||||
LICENSE = "PSF-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f"
|
||||
|
||||
# The name on PyPi is slightly different.
|
||||
PYPI_PACKAGE = "typing_extensions"
|
||||
|
||||
SRC_URI[sha256sum] = "50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user