mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ========== -When checking if a file mapping resolved to a file that exists, we weren't considering files in .whl files. This is now fixed, closing issue 1511. -File pattern rules were too strict, forbidding plus signs and curly braces in directory and file names. This is now fixed, closing issue 1513. -Unusual Unicode or control characters in source files could prevent reporting. This is now fixed, closing issue 1512. -The PyPy wheel now installs on PyPy 3.7, 3.8, and 3.9, closing issue 1510. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
506 B
BlitzBasic
20 lines
506 B
BlitzBasic
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] = "a4a574a19eeb67575a5328a5760bbbb737faa685616586a9f9da4281f940109c"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PYTHON_PN}-sqlite3 \
|
|
${PYTHON_PN}-core \
|
|
${PYTHON_PN}-pprint \
|
|
${PYTHON_PN}-json \
|
|
${PYTHON_PN}-xml \
|
|
${PYTHON_PN}-crypt \
|
|
${PYTHON_PN}-shell \
|
|
${PYTHON_PN}-io \
|
|
"
|