mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-10 08:18:34 +00:00
python3-coverage: update to 6.2
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
committed by
Khem Raj
parent
0e0116cc7b
commit
d71ac390fb
12
meta-python/recipes-devtools/python/python3-coverage_6.2.bb
Normal file
12
meta-python/recipes-devtools/python/python3-coverage_6.2.bb
Normal file
@@ -0,0 +1,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] = "e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-sqlite3 \
|
||||
"
|
||||
Reference in New Issue
Block a user