blob: c456800c533bc7e109a334eb96511addea5a89ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUMMARY = "Code coverage measurement for Python"
HOMEPAGE = "https://coverage.readthedocs.io"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
SRC_URI[sha256sum] = "d9a635114b88c0ab462e0355472d00a180a5fbfd8511e7f18e4ac32652e7d972"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-sqlite3 \
"
|