summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-01-27 10:09:41 -0800
committerKhem Raj <raj.khem@gmail.com>2021-01-27 10:21:14 -0800
commit4877dd19c05fc972ce51ebb39c28ec460ca0c3aa (patch)
tree71ad8b430a06c41fa7a5dbc236d798451c3406e6 /meta-python
parent39e7c2e55b39ef926195369fab536977e9489368 (diff)
downloadmeta-openembedded-4877dd19c05fc972ce51ebb39c28ec460ca0c3aa.tar.gz
packagegroup-meta-python: Add asttokens/mypy/mypy-extensions/typed-ast/send2trash
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> 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.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index ea71d4cb4a..8b267c9cba 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -35,6 +35,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
35 python3-asn1crypto \ 35 python3-asn1crypto \
36 python3-astor \ 36 python3-astor \
37 python3-astroid \ 37 python3-astroid \
38 python3-asttokens \
38 python3-async-timeout \ 39 python3-async-timeout \
39 python3-attr \ 40 python3-attr \
40 python3-autobahn \ 41 python3-autobahn \
@@ -220,6 +221,8 @@ RDEPENDS_packagegroup-meta-python3 = "\
220 python3-msk \ 221 python3-msk \
221 python3-msm \ 222 python3-msm \
222 python3-multidict \ 223 python3-multidict \
224 python3-mypy \
225 python3-mypy-extensions \
223 python3-natsort \ 226 python3-natsort \
224 python3-ndg-httpsclient \ 227 python3-ndg-httpsclient \
225 python3-netaddr \ 228 python3-netaddr \
@@ -356,6 +359,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
356 python3-scrypt \ 359 python3-scrypt \
357 python3-sdnotify \ 360 python3-sdnotify \
358 python3-semver \ 361 python3-semver \
362 python3-send2trash \
359 python3-sentry-sdk \ 363 python3-sentry-sdk \
360 python3-serpent \ 364 python3-serpent \
361 python3-sh \ 365 python3-sh \
@@ -400,6 +404,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
400 python3-twofish \ 404 python3-twofish \
401 python3-txaio \ 405 python3-txaio \
402 python3-txws \ 406 python3-txws \
407 python3-typed-ast \
403 python3-typeguard \ 408 python3-typeguard \
404 python3-typing-extensions \ 409 python3-typing-extensions \
405 python3-tzlocal \ 410 python3-tzlocal \