setup.py: fix install_requires and add comment about OS packages
This commit is contained in:
parent
ab4226e066
commit
5944103aef
6
setup.py
6
setup.py
|
@ -71,8 +71,12 @@ battery status.
|
|||
],
|
||||
|
||||
platforms=['linux'],
|
||||
requires=['pyudev (>= 0.13)', 'gi.repository.GObject (>= 2.0)', 'gi.repository.Gtk (>= 3.0)'],
|
||||
|
||||
# sudo apt install python-gi python3-gi \
|
||||
# gir1.2-gtk-3.0 gir1.2-notify-0.7 gir1.2-appindicator3-0.1
|
||||
# os_requires=['gi.repository.GObject (>= 2.0)', 'gi.repository.Gtk (>= 3.0)'],
|
||||
|
||||
install_requires=['pyudev (>= 0.13)', ],
|
||||
package_dir={'': 'lib'},
|
||||
packages=['hidapi', 'logitech_receiver', 'solaar', 'solaar.ui', 'solaar.cli'],
|
||||
data_files=list(_data_files()),
|
||||
|
|
Loading…
Reference in New Issue