From 065cb125cc22d280d19b0abab1ac122f08d046a4 Mon Sep 17 00:00:00 2001 From: Niklaus 'vimja' Hofer Date: Sat, 28 Mar 2026 14:47:11 +0100 Subject: [PATCH] x11-apps/autokey: Add missing dependency As reported here: https://bugs.gentoo.org/971659 Signed-off-by: Niklaus 'vimja' Hofer --- .../{autokey-0.96.0.ebuild => autokey-0.96.0-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename x11-apps/autokey/{autokey-0.96.0.ebuild => autokey-0.96.0-r1.ebuild} (96%) diff --git a/x11-apps/autokey/autokey-0.96.0.ebuild b/x11-apps/autokey/autokey-0.96.0-r1.ebuild similarity index 96% rename from x11-apps/autokey/autokey-0.96.0.ebuild rename to x11-apps/autokey/autokey-0.96.0-r1.ebuild index bddc12cf72..f40dffe60a 100644 --- a/x11-apps/autokey/autokey-0.96.0.ebuild +++ b/x11-apps/autokey/autokey-0.96.0-r1.ebuild @@ -23,6 +23,7 @@ RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/pyinotify[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] dev-python/pyhamcrest[${PYTHON_USEDEP}] + dev-python/python-magic media-gfx/imagemagick x11-misc/xautomation x11-misc/wmctrl @@ -39,8 +40,6 @@ RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}] " BDEPEND=" test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] >=dev-python/pyhamcrest-2.1.0[${PYTHON_USEDEP}] dev-python/coverage ) @@ -77,4 +76,6 @@ src_compile() { distutils-r1_src_compile } +EPYTEST_PLUGINS=( pytest-cov ) + distutils_enable_tests pytest