From 8a380b7a5c4b78b61b3e0fd9551fe4c21670343a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 3 Jan 2021 20:01:25 -0500 Subject: dev-python/python-libevdev: Add PDEPEND on libevdev Closes: https://bugs.gentoo.org/762739 Signed-off-by: Matt Turner --- dev-python/python-libevdev/python-libevdev-0.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/python-libevdev/python-libevdev-0.9.ebuild') diff --git a/dev-python/python-libevdev/python-libevdev-0.9.ebuild b/dev-python/python-libevdev/python-libevdev-0.9.ebuild index a8f0ef742a66..53f8050717ce 100644 --- a/dev-python/python-libevdev/python-libevdev-0.9.ebuild +++ b/dev-python/python-libevdev/python-libevdev-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,6 +19,7 @@ RESTRICT="!test? ( test )" DEPEND=" test? ( dev-libs/libevdev ) " +PDEPEND="dev-libs/libevdev" python_test() { esetup.py test -- cgit v1.2.3