Skip to content

Commit cd16750

Browse files
Bring back support for python 3.10 in Ubuntu 22.04
1 parent dfd471d commit cd16750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Source: safeeyes
22
Section: utils
33
Priority: optional
44
Maintainer: Gobinath Loganathan <[email protected]>
5-
Build-Depends: debhelper (>= 10), dh-python, python3, python3-packaging
5+
Build-Depends: debhelper (>= 10), dh-python, python3, python3-packaging, python3-setuptools
66
Standards-Version: 3.9.6
7-
X-Python3-Version: >= 3.12
7+
X-Python3-Version: >= 3.10
88
Homepage: https://github.com/slgobinath/SafeEyes/
99

1010
Package: safeeyes
1111
Architecture: all
12-
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-ayatanaappindicator3-0.1, python3 (>= 3.12.0), python3-xlib, python3-dbus, gir1.2-notify-0.7, python3-babel, x11-utils, xprintidle, alsa-utils, python3-psutil, python3-croniter
12+
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-ayatanaappindicator3-0.1, python3 (>= 3.10.0), python3-xlib, python3-dbus, gir1.2-notify-0.7, python3-babel, x11-utils, xprintidle, alsa-utils, python3-psutil, python3-croniter
1313
Description: Safe Eyes
1414
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.
1515
.

0 commit comments

Comments
 (0)