diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-01-03 20:01:25 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-03 20:02:17 -0500 |
commit | 8a380b7a5c4b78b61b3e0fd9551fe4c21670343a (patch) | |
tree | f199421fd9a1300a415ced768be636848d294ef9 /dev-python | |
parent | www-client/seamonkey: Enable startup cache (diff) | |
download | gentoo-8a380b7a5c4b78b61b3e0fd9551fe4c21670343a.tar.gz gentoo-8a380b7a5c4b78b61b3e0fd9551fe4c21670343a.tar.bz2 gentoo-8a380b7a5c4b78b61b3e0fd9551fe4c21670343a.zip |
dev-python/python-libevdev: Add PDEPEND on libevdev
Closes: https://bugs.gentoo.org/762739
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-libevdev/python-libevdev-0.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |