blob: 3d54cf0c43302a5a1b76729f40ba1bab7a34e973 [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 Geissler32b11992021-03-31 13:37:05 -05007SRC_URI[sha256sum] = "8bf7abd672b867f38b8b04593829b85b9b6199a61ef6586bf3629cc06458ff35"
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"