From cd16750a63bda082d5987778b2b00a59d214c186 Mon Sep 17 00:00:00 2001 From: Archisman Panigrahi Date: Sun, 14 Jul 2024 09:33:23 -0400 Subject: [PATCH] Bring back support for python 3.10 in Ubuntu 22.04 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 246f29e..ea8b380 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: safeeyes Section: utils Priority: optional Maintainer: Gobinath Loganathan -Build-Depends: debhelper (>= 10), dh-python, python3, python3-packaging +Build-Depends: debhelper (>= 10), dh-python, python3, python3-packaging, python3-setuptools Standards-Version: 3.9.6 -X-Python3-Version: >= 3.12 +X-Python3-Version: >= 3.10 Homepage: https://github.com/slgobinath/SafeEyes/ Package: safeeyes Architecture: all -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 +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 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. .