Andrew Geissler | d583833 | 2022-05-27 11:33:10 -0500 | [diff] [blame^] | 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 | " |