mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/python-libevdev: Add test dependency
Closes: https://bugs.gentoo.org/719994 Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -13,7 +13,12 @@ SRC_URI="https://gitlab.freedesktop.org/libevdev/${PN}/-/archive/${PV}/${P}.tar.
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
|
||||
IUSE=""
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
test? ( dev-libs/libevdev )
|
||||
"
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
|
||||
Reference in New Issue
Block a user