mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
media-sound/eartag: add test dependency pytest
Closes: https://bugs.gentoo.org/915520 Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>
This commit is contained in:
@@ -15,6 +15,8 @@ S="${WORKDIR}/eartag-${PV}"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="
|
||||
@@ -26,6 +28,7 @@ DEPEND="
|
||||
>=media-libs/mutagen-1.46.0
|
||||
>=dev-python/python-magic-0.4.27
|
||||
>=dev-python/pyacoustid-1.2.2-r1
|
||||
test? ( >=dev-python/pytest-7.4.0 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user