update requirements replacing xprintidle with xcffib

This commit is contained in:
Kevin Turner 2020-02-22 21:01:21 -08:00
parent f95755d2e9
commit 2bb041da4d
2 changed files with 3 additions and 2 deletions

2
debian/control vendored
View File

@ -9,7 +9,7 @@ Homepage: https://github.com/slgobinath/SafeEyes/
Package: safeeyes
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-appindicator3-0.1, python3 (>= 3.4.0), python3-xlib, python3-dbus, gir1.2-notify-0.7, python3-babel, x11-utils, xprintidle, alsa-utils, python3-psutil
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-appindicator3-0.1, python3 (>= 3.4.0), python3-xlib, python3-dbus, gir1.2-notify-0.7, python3-babel, x11-utils, python3-xcffib, alsa-utils, python3-psutil
Description: Safe Eyes
Safe Eyes is a simple tool to remind you to take periodic breaks for your eyes. This is essential for anyone spending more time on the computer to avoid eye strain and other physical problems.
.

View File

@ -7,7 +7,8 @@ requires = [
'babel',
'psutil',
'PyGObject',
'python-xlib'
'python-xlib',
'xcffib'
]
_ROOT = os.path.abspath(os.path.dirname(__file__))