blob: 1c269bac92c0c775d773aac852a8279a966ee0a9 [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
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07008SRC_URI[sha256sum] = "a31704cf41f023e268032c4813c6482573320150a0d986f76b245e0451bb89e1"
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"