From c588b7339340086071e74095c7e998ea6a7e53bf Mon Sep 17 00:00:00 2001 From: John Date: Sun, 28 Feb 2021 23:12:41 +0100 Subject: [PATCH] tagparser: remove libressl makedepends it would only be used for tests, so checkdepends would be correct Tests aren't enabled, it requires quite a lot external files downloaded for tests --- srcpkgs/tagparser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tagparser/template b/srcpkgs/tagparser/template index 1b013eb6f5c..7c976a88232 100644 --- a/srcpkgs/tagparser/template +++ b/srcpkgs/tagparser/template @@ -5,7 +5,7 @@ revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS:BOOL=ON" hostmakedepends="pkg-config" -makedepends="cpp-utilities-devel zlib-devel libressl-devel" +makedepends="cpp-utilities-devel zlib-devel" short_desc="C++ library for handling AAC, ID3, Vorbis, Opus, FLAC and Matroska tags" maintainer="Andrew J. Hesford " license="GPL-2.0-only"