summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-typing.inc9
-rw-r--r--meta-python/recipes-devtools/python/python-typing_3.5.3.0.bb2
2 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-typing.inc b/meta-python/recipes-devtools/python/python-typing.inc
new file mode 100644
index 0000000000..49da4feb15
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-typing.inc
@@ -0,0 +1,9 @@
1SUMMARY = "Simple Python module defined by PEP 484."
2HOMEPAGE = "https://github.com/python/typing"
3LICENSE = "PSF"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f"
5
6SRC_URI[md5sum] = "3996a747158e5591abf689c1c5f8f9db"
7SRC_URI[sha256sum] = "ca2daac7e393e8ee86e9140cd0cf0172ff6bb50ebdf0b06281770f98f31bff21"
8
9BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python-typing_3.5.3.0.bb b/meta-python/recipes-devtools/python/python-typing_3.5.3.0.bb
new file mode 100644
index 0000000000..04ce063c98
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-typing_3.5.3.0.bb
@@ -0,0 +1,2 @@
1inherit pypi setuptools
2require python-typing.inc