mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-sound/quodlibet: add pytest test dep
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -44,7 +44,14 @@ RDEPEND="
|
||||
)
|
||||
udev? ( virtual/udev )
|
||||
"
|
||||
DEPEND="dev-util/intltool"
|
||||
BDEPEND="
|
||||
dev-util/intltool
|
||||
test? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
')
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user