diff --git a/sys-auth/fprintd/fprintd-1.92.0.ebuild b/sys-auth/fprintd/fprintd-1.92.0.ebuild index db5a0d6162f2f..cdabc2ee675b5 100644 --- a/sys-auth/fprintd/fprintd-1.92.0.ebuild +++ b/sys-auth/fprintd/fprintd-1.92.0.ebuild @@ -62,7 +62,8 @@ python_check_deps() { if use test; then has_version -d "sys-libs/pam_wrapper[${PYTHON_USEDEP}]" fi - has_version -d "dev-python/dbusmock[${PYTHON_USEDEP}]" && + + has_version -d "dev-python/python-dbusmock[${PYTHON_USEDEP}]" && has_version -d "dev-python/dbus-python[${PYTHON_USEDEP}]" && has_version -d "dev-python/pycairo[${PYTHON_USEDEP}]" } diff --git a/sys-auth/fprintd/fprintd-1.94.0.ebuild b/sys-auth/fprintd/fprintd-1.94.0.ebuild index 0f1859660c28d..d3f73d28d4f41 100644 --- a/sys-auth/fprintd/fprintd-1.94.0.ebuild +++ b/sys-auth/fprintd/fprintd-1.94.0.ebuild @@ -61,7 +61,7 @@ python_check_deps() { has_version -d "sys-libs/pam_wrapper[${PYTHON_USEDEP}]" fi - has_version -d "dev-python/dbusmock[${PYTHON_USEDEP}]" && + has_version -d "dev-python/python-dbusmock[${PYTHON_USEDEP}]" && has_version -d "dev-python/dbus-python[${PYTHON_USEDEP}]" && has_version -d "dev-python/pycairo[${PYTHON_USEDEP}]" }