diff options
author | Andy Kling <andreas.kling@peiker-cee.de> | 2017-02-02 14:49:10 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:26 +0100 |
commit | 83b9dc3f9b2a2516673be559489e76e790b37184 (patch) | |
tree | d1d5a4b665193e53be3f971ba6cb7dfd92be0450 /meta-python/recipes-devtools/python/python-typing.inc | |
parent | a975cd8e984383c3822537abb673d3c8294de93b (diff) | |
download | meta-openembedded-83b9dc3f9b2a2516673be559489e76e790b37184.tar.gz |
typing: add version 3.5.3.0
this is a dependency for m2crypto > 0.24.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-typing.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-typing.inc | 9 |
1 files changed, 9 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 000000000..49da4feb1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-typing.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Simple Python module defined by PEP 484." | ||
2 | HOMEPAGE = "https://github.com/python/typing" | ||
3 | LICENSE = "PSF" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" | ||
5 | |||
6 | SRC_URI[md5sum] = "3996a747158e5591abf689c1c5f8f9db" | ||
7 | SRC_URI[sha256sum] = "ca2daac7e393e8ee86e9140cd0cf0172ff6bb50ebdf0b06281770f98f31bff21" | ||
8 | |||
9 | BBCLASSEXTEND = "native nativesdk" | ||