cargo-deny: remove perl hostmakedep.

This commit is contained in:
Érico Rolim 2020-06-10 03:55:52 -03:00 committed by Daniel Kolesa
parent 4e253865bf
commit 5cf118bfc9

View file

@ -4,7 +4,7 @@ version=0.6.7
revision=1 revision=1
build_style=cargo build_style=cargo
configure_args="--no-default-features" configure_args="--no-default-features"
hostmakedepends="pkg-config perl" hostmakedepends="pkg-config"
makedepends="libressl-devel" makedepends="libressl-devel"
short_desc="Cargo plugin to help you manage large dependency graphs" short_desc="Cargo plugin to help you manage large dependency graphs"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"