mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/dbus-test-runner: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -28,10 +28,16 @@ COMMON_DEPEND="${PYTHON_DEPS}
|
||||
dev-libs/glib:2
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
test? ( dev-python/dbusmock[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/dbusmock[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
)
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
dev-python/dbusmock[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/dbusmock[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
Reference in New Issue
Block a user