diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-16 12:46:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-17 09:24:26 -0800 |
commit | 120454dd0124250d7bd70fa80a5f01bfaf17c5b9 (patch) | |
tree | 329dd085d07238268abfbff0bcdcb8f315d52988 /meta-python | |
parent | 265bab83c9acbfa97117103dd5c35bbd8a9814d6 (diff) | |
download | meta-openembedded-120454dd0124250d7bd70fa80a5f01bfaf17c5b9.tar.gz |
packagegroup-meta-python.bb: Add new packages
Add new packages:
- python3-aiosignal
- python3-frozenlist
- python3-charset-normalizer
- python3-cchardet
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 4 |
1 files changed, 4 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 be0786f60..051c6cceb 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -22,6 +22,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
22 | python3-aiohttp \ | 22 | python3-aiohttp \ |
23 | python3-aiohttp-jinja2 \ | 23 | python3-aiohttp-jinja2 \ |
24 | python3-aiohue \ | 24 | python3-aiohue \ |
25 | python3-aiosignal \ | ||
25 | python3-alembic \ | 26 | python3-alembic \ |
26 | python3-ansi2html \ | 27 | python3-ansi2html \ |
27 | python3-ansicolors \ | 28 | python3-ansicolors \ |
@@ -65,10 +66,12 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
65 | python3-cantools \ | 66 | python3-cantools \ |
66 | python3-cassandra-driver \ | 67 | python3-cassandra-driver \ |
67 | python3-cbor2 \ | 68 | python3-cbor2 \ |
69 | python3-cchardet \ | ||
68 | python3-cerberus \ | 70 | python3-cerberus \ |
69 | python3-certifi \ | 71 | python3-certifi \ |
70 | python3-cffi \ | 72 | python3-cffi \ |
71 | python3-chardet \ | 73 | python3-chardet \ |
74 | python3-charset-normalizer \ | ||
72 | python3-cheetah \ | 75 | python3-cheetah \ |
73 | python3-click \ | 76 | python3-click \ |
74 | python3-click-repl \ | 77 | python3-click-repl \ |
@@ -145,6 +148,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
145 | python3-flask-wtf \ | 148 | python3-flask-wtf \ |
146 | python3-flask-xstatic \ | 149 | python3-flask-xstatic \ |
147 | python3-future \ | 150 | python3-future \ |
151 | python3-frozenlist \ | ||
148 | python3-gast \ | 152 | python3-gast \ |
149 | python3-geojson \ | 153 | python3-geojson \ |
150 | python3-geomet \ | 154 | python3-geomet \ |