lower python-evdev requirement to 1.1.2

1.1.2 is still commonplace, e.g. in older Fedora, RHEL/CentOS 8
and Debian 10. Current code doesn't use any new features from 1.3.0.
This commit is contained in:
Dominik 'Rathann' Mierzejewski 2022-03-28 14:57:15 +02:00 committed by Peter F. Patel-Schneider
parent 38e42aff8e
commit 8e7435ee44
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in
# os_requires=['gi.repository.GObject (>= 2.0)', 'gi.repository.Gtk (>= 3.0)'], # os_requires=['gi.repository.GObject (>= 2.0)', 'gi.repository.Gtk (>= 3.0)'],
python_requires='>=3.6', python_requires='>=3.6',
install_requires=[ install_requires=[
'evdev (>= 1.3.0)', 'evdev (>= 1.1.2)',
'pyudev (>= 0.13)', 'pyudev (>= 0.13)',
'PyYAML (>= 3.12)', 'PyYAML (>= 3.12)',
'python-xlib (>= 0.27)', 'python-xlib (>= 0.27)',