summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2023-08-10 11:39:52 -0400
committerKhem Raj <raj.khem@gmail.com>2023-08-11 00:06:04 -0700
commit6a8b2a2f671d302d02c14818a4b5583151937340 (patch)
tree7344e3a9a3bea80814757589309fe8f13451b94d /meta-python
parent99d7aca1f20daae5d7dcb2e06fa4b5e3c57f72f7 (diff)
downloadmeta-openembedded-6a8b2a2f671d302d02c14818a4b5583151937340.tar.gz
python3-typed-ast: remove EOL package
No longer required by python3-mypy and no longer maintained upstream. https://github.com/python/typed_ast/issues/179 Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb12
2 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 9500f80e03..f75007e13e 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -437,7 +437,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
437 python3-txaio \ 437 python3-txaio \
438 python3-txdbus \ 438 python3-txdbus \
439 python3-txws \ 439 python3-txws \
440 python3-typed-ast \
441 python3-typeguard \ 440 python3-typeguard \
442 python3-tzlocal \ 441 python3-tzlocal \
443 python3-u-msgpack-python \ 442 python3-u-msgpack-python \
diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb
deleted file mode 100644
index e6c1746a8a..0000000000
--- a/meta-python/recipes-devtools/python/python3-typed-ast_1.5.4.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments"
2HOMEPAGE = "https://github.com/python/typed_ast"
3LICENSE = "Apache-2.0 & MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f"
5
6PYPI_PACKAGE = "typed_ast"
7
8inherit pypi setuptools3
9
10SRC_URI[sha256sum] = "39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"
11
12BBCLASSEXTEND = "native"