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
This commit is contained in:
John 2021-02-28 23:12:41 +01:00
parent fd2b2db74a
commit c588b73393

View file

@ -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 <ajh@sideband.org>"
license="GPL-2.0-only"