summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-05-12 10:41:38 +0200
committerKhem Raj <raj.khem@gmail.com>2022-05-14 08:17:25 -0700
commit7b4643bea077559711420461149162e29ce4a3c1 (patch)
tree0f2d1f54bb421ec6ff804b809c4f99fd92c98430 /meta-python/recipes-core
parentcbe064cb6e53ed83a66141775ffb3132b81b0bdf (diff)
downloadmeta-openembedded-7b4643bea077559711420461149162e29ce4a3c1.tar.gz
python3-cytoolz: new package
Add a recipe for cytoolz: cython implementation of the toolz package. 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.bb1
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 5edec8f68..5f97bd954 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -86,6 +86,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
86 python3-custom-inherit \ 86 python3-custom-inherit \
87 ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'python3-cvxopt', '', d)} \ 87 ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'python3-cvxopt', '', d)} \
88 python3-cycler \ 88 python3-cycler \
89 python3-cytoolz \
89 python3-dateparser \ 90 python3-dateparser \
90 python3-dateutil \ 91 python3-dateutil \
91 python3-dbus-next \ 92 python3-dbus-next \