blob: 646e20f7d8ae8f7d532aea3ba77858464ab3b248 [file] [log] [blame]
Andrew Geissler89770b02020-06-13 10:40:47 -05001SUMMARY = "Python humanize utilities"
2HOMEPAGE = "http://github.com/jmoiron/humanize"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
6
Andrew Geissler72956ed2021-01-08 16:11:14 -06007SRC_URI[sha256sum] = "ab69004895689951b79f2ae4fdd6b8127ff0c180aff107856d5d98119a33f026"
Andrew Geissler89770b02020-06-13 10:40:47 -05008
9inherit pypi setuptools3
10
11DEPENDS += "\
12 ${PYTHON_PN}-setuptools-scm-native \
13"
14
15RDEPENDS_${PN} += "\
16 ${PYTHON_PN}-datetime \
17"
18
19BBCLASSEXTEND = "native nativesdk"