commit: 8a380b7a5c4b78b61b3e0fd9551fe4c21670343a Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Jan 4 01:01:25 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Jan 4 01:02:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a380b7a
dev-python/python-libevdev: Add PDEPEND on libevdev Closes: https://bugs.gentoo.org/762739 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-python/python-libevdev/python-libevdev-0.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/python-libevdev/python-libevdev-0.9.ebuild b/dev-python/python-libevdev/python-libevdev-0.9.ebuild index a8f0ef742a6..53f8050717c 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
