blob: 31f75eef62b5492c9e4e067b82cca2ddc1c71f27 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "Colored terminal output for Python's logging module"
2HOMEPAGE = "https://coloredlogs.readthedocs.io"
3SECTION = "devel/python"
4LICENSE = "MIT"
Andrew Geisslerc87764f2020-06-27 00:16:32 -05005LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=764e737b117a38d773609885e8d04f0b"
Andrew Geissler82c905d2020-04-13 13:39:40 -05006
Andrew Geissler69721092021-07-23 12:57:00 -04007SRC_URI[sha256sum] = "7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9inherit pypi setuptools3
10
Patrick Williams213cb262021-08-07 19:21:33 -050011do_install:append() {
Andrew Geissler82c905d2020-04-13 13:39:40 -050012 rm -rf ${D}${datadir}
13}
14
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN} += "\
Patrick Williams39653562024-03-01 08:54:02 -060016 python3-humanfriendly \
Andrew Geissler82c905d2020-04-13 13:39:40 -050017"
18
Andrew Geissler595f6302022-01-24 19:11:47 +000019BBCLASSEXTEND = "native nativesdk"