tarpaulin: remove unnecessary cmake build dep

This commit is contained in:
Michal Vasilek 2023-01-01 15:00:58 +01:00
parent 0f840e564d
commit f005d4999e

View file

@ -5,7 +5,7 @@ revision=1
archs="x86_64*" archs="x86_64*"
build_style=cargo build_style=cargo
make_check_args="-- --test-threads 1" make_check_args="-- --test-threads 1"
hostmakedepends="pkg-config cmake" hostmakedepends="pkg-config"
makedepends="openssl-devel zlib-devel" makedepends="openssl-devel zlib-devel"
short_desc="Code coverage tool for Rust/Cargo projects" short_desc="Code coverage tool for Rust/Cargo projects"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"