summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-colorlog_6.10.1.bb
blob: 5e5a6174f2a88365653be96e17093d7ec13437a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "A colored formatter for the python logging module"
HOMEPAGE = "https://github.com/borntyping/python-colorlog"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5c3c6ebdec7792ae12df8d1c0a46b26a"

inherit pypi setuptools3

PYPI_PACKAGE = "colorlog"

SRC_URI[sha256sum] = "eb4ae5cb65fe7fec7773c2306061a8e63e02efc2c72eba9d27b0fa23c94f1321"

RDEPENDS:${PN} += "python3-logging"

BBCLASSEXTEND += "native nativesdk"