gcovr: add missing runtime dependencies
Closes: #28042 [via git-merge-pr]
This commit is contained in:
parent
816ca4480c
commit
da6ca40dd8
1 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'gcovr'
|
# Template file for 'gcovr'
|
||||||
pkgname=gcovr
|
pkgname=gcovr
|
||||||
version=4.2
|
version=4.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gcovr"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-Jinja2"
|
depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
|
||||||
|
#checkdepends="$depends cmake flake8 python3-pytest-cov which"
|
||||||
short_desc="Generates a simple report that summarizes the gcc code coverage"
|
short_desc="Generates a simple report that summarizes the gcc code coverage"
|
||||||
maintainer="Andre Klitzing <aklitzing@gmail.com>"
|
maintainer="Andre Klitzing <aklitzing@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://gcovr.com/"
|
homepage="https://gcovr.com/"
|
||||||
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
||||||
checksum=589d5cb7164c285192ed0837d3cc17001ba25211e24933f0ba7cb9cf38b8a30e
|
checksum=589d5cb7164c285192ed0837d3cc17001ba25211e24933f0ba7cb9cf38b8a30e
|
||||||
|
# requires unpackaged pyutilibs and ends up running code from examples, which require gcovr in PATH
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue