blob: 5ffc2b59380afc8cea843dc32f8beee66ad03cd6 [file] [log] [blame]
Andrew Geissler89770b02020-06-13 10:40:47 -05001SUMMARY = "Python humanize utilities"
2HOMEPAGE = "http://github.com/jmoiron/humanize"
Andrew Geisslere34f8962021-04-15 15:53:51 -05003SECTION = "devel/python"
Andrew Geissler89770b02020-06-13 10:40:47 -05004
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
7
Andrew Geisslere34f8962021-04-15 15:53:51 -05008SRC_URI[sha256sum] = "6e04cdd75d66074c34ff93c30a2ad6d19d91202a65c1bd400b2edeedae399bda"
Andrew Geissler89770b02020-06-13 10:40:47 -05009
10inherit pypi setuptools3
11
12DEPENDS += "\
13 ${PYTHON_PN}-setuptools-scm-native \
14"
15
16RDEPENDS_${PN} += "\
17 ${PYTHON_PN}-datetime \
18"
19
20BBCLASSEXTEND = "native nativesdk"