mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
media-sound/yewtube: add pygobject as test dependencies
Closes: https://bugs.gentoo.org/917075 Signed-off-by: Gonçalo Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
parent
64ad33a963
commit
72af1b160c
@ -35,7 +35,10 @@ RDEPEND="
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
test? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
@ -35,7 +35,10 @@ RDEPEND="
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
test? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
Loading…
x
Reference in New Issue
Block a user