diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-toolz_0.11.2.bb | 14 |
2 files changed, 15 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 bee5298058..5edec8f687 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 \ |
diff --git a/meta-python/recipes-devtools/python/python3-toolz_0.11.2.bb b/meta-python/recipes-devtools/python/python3-toolz_0.11.2.bb new file mode 100644 index 0000000000..a597641e50 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-toolz_0.11.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "A set of utility functions for iterators, functions, and dictionaries." | ||
2 | HOMEPAGE = "https://github.com/pytoolz/toolz" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" | ||
6 | |||
7 | SRC_URI[sha256sum] = "6b312d5e15138552f1bda8a4e66c30e236c831b612b2bf0005f8a1df10a4bc33" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS:${PN} += " \ | ||
12 | python3-json \ | ||
13 | python3-math \ | ||
14 | " | ||