Skip to content
Commits on Source (2)
libinput (1.14.1-2) unstable; urgency=medium
* control: Fix libinput-tools to depend on python3-libevdev instead of
-evdev. (LP: #1846323)
-- Timo Aaltonen <tjaalton@debian.org> Wed, 02 Oct 2019 16:49:51 +0300
libinput (1.14.1-1) unstable; urgency=medium
* New upstream release.
......
......@@ -95,7 +95,7 @@ Depends:
${shlibs:Depends},
${misc:Depends},
python3,
python3-evdev,
python3-libevdev,
python3-pyudev,
Description: input device management and event handling library - command line tools
libinput is a library that handles input devices for display servers and
......