diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-05-12 10:41:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-14 08:17:25 -0700 |
commit | cbe064cb6e53ed83a66141775ffb3132b81b0bdf (patch) | |
tree | cdb706416c9e33e545763689ed50ed4ca711cb00 /meta-python/recipes-core | |
parent | c06c5b71eefaa29c5d1b0f3b3cdcfb03663e4d75 (diff) | |
download | meta-openembedded-cbe064cb6e53ed83a66141775ffb3132b81b0bdf.tar.gz |
python3-toolz: new package
Add a recipe for toolz: a set of utility functions for iterators,
functions, and dictionaries.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 |
1 files changed, 1 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 bee529805..5edec8f68 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -405,6 +405,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
405 | python3-thrift \ | 405 | python3-thrift \ |
406 | python3-tinyrecord \ | 406 | python3-tinyrecord \ |
407 | python3-tornado \ | 407 | python3-tornado \ |
408 | python3-toolz \ | ||
408 | python3-tqdm \ | 409 | python3-tqdm \ |
409 | python3-trafaret \ | 410 | python3-trafaret \ |
410 | python3-trafaret-config \ | 411 | python3-trafaret-config \ |