Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-12-28 19:20:35 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-28 19:20:35 +0300
commit20edba3be6d75102533b06fbde631ac86c749944 (patch)
treec314f6b802b4fb8645db9fc93bef9d569e29ce06 /debian
parent747c569638e0abb877517cee162854c765df8a32 (diff)
change: Depend on Python 3.10
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 87f942c28..4ec2259bd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
dh-python,
gettext (>= 0.17-4),
libglib2.0-dev,
- python3 (>= 3.9),
+ python3 (>= 3.10),
python3-css-parser,
python3-gi,
python3-gi-cairo,
@@ -30,7 +30,7 @@ Depends:
${misc:Depends},
${python3:Depends},
desktop-file-utils,
- python3 (>= 3.9),
+ python3 (>= 3.10),
python3-css-parser (>= 1.0.2),
python3-gi (>= 3.42.0),
python3-gi-cairo (>= 1.14.0~),