summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-toolz_1.1.0.bb
blob: ec0e02cde75b6f4e53a57079913344dfd0e8af68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "A set of utility functions for iterators, functions, and dictionaries."
HOMEPAGE = "https://github.com/pytoolz/toolz"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d"

SRC_URI[sha256sum] = "27a5c770d068c110d9ed9323f24f1543e83b2f300a687b7891c1a6d56b697b5b"

inherit pypi python_setuptools_build_meta

DEPENDS += "python3-setuptools-git-versioning-native"

RDEPENDS:${PN} += " \
    python3-json \
    python3-math \
"