diff options
author | Konstantin Tutsch <mail@konstantintutsch.de> | 2023-10-10 10:00:25 +0200 |
---|---|---|
committer | Konstantin Tutsch <mail@konstantintutsch.de> | 2023-10-10 10:03:37 +0200 |
commit | 749cf2c67b1d38161184909a71366256751d3aee (patch) | |
tree | d7616a325cc6059f01c04a6afc17f43fa7d8492b | |
parent | net-p2p/feather: update manifest (diff) | |
download | guru-749cf2c67b1d38161184909a71366256751d3aee.tar.gz guru-749cf2c67b1d38161184909a71366256751d3aee.tar.bz2 guru-749cf2c67b1d38161184909a71366256751d3aee.zip |
media-sound/eartag: add test dependency pytest
Closes: https://bugs.gentoo.org/915520
Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>
-rw-r--r-- | media-sound/eartag/eartag-0.5.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media-sound/eartag/eartag-0.5.0.ebuild b/media-sound/eartag/eartag-0.5.0.ebuild index 7751ad48a..18254af17 100644 --- a/media-sound/eartag/eartag-0.5.0.ebuild +++ b/media-sound/eartag/eartag-0.5.0.ebuild @@ -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=" |