mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-apps/autokey: Add missing dependency
As reported here: https://bugs.gentoo.org/971659 Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
@@ -23,6 +23,7 @@ RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]
|
|||||||
dev-python/pyinotify[${PYTHON_USEDEP}]
|
dev-python/pyinotify[${PYTHON_USEDEP}]
|
||||||
dev-python/python-xlib[${PYTHON_USEDEP}]
|
dev-python/python-xlib[${PYTHON_USEDEP}]
|
||||||
dev-python/pyhamcrest[${PYTHON_USEDEP}]
|
dev-python/pyhamcrest[${PYTHON_USEDEP}]
|
||||||
|
dev-python/python-magic
|
||||||
media-gfx/imagemagick
|
media-gfx/imagemagick
|
||||||
x11-misc/xautomation
|
x11-misc/xautomation
|
||||||
x11-misc/wmctrl
|
x11-misc/wmctrl
|
||||||
@@ -39,8 +40,6 @@ RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]
|
|||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/pyhamcrest-2.1.0[${PYTHON_USEDEP}]
|
>=dev-python/pyhamcrest-2.1.0[${PYTHON_USEDEP}]
|
||||||
dev-python/coverage
|
dev-python/coverage
|
||||||
)
|
)
|
||||||
@@ -77,4 +76,6 @@ src_compile() {
|
|||||||
distutils-r1_src_compile
|
distutils-r1_src_compile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EPYTEST_PLUGINS=( pytest-cov )
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
Reference in New Issue
Block a user