diff --git a/gajim.changes b/gajim.changes index 31fe977..a4c4e50 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 8 08:08:08 UTC 2021 - olaf@aepfle.de + +- Gajim needs Python 3.7+ + ------------------------------------------------------------------- Mon Sep 7 07:57:51 UTC 2020 - Dirk Mueller diff --git a/gajim.spec b/gajim.spec index 859fcf7..c097ead 100644 --- a/gajim.spec +++ b/gajim.spec @@ -30,13 +30,13 @@ BuildRequires: gobject-introspection-devel BuildRequires: hicolor-icon-theme BuildRequires: p11-kit-devel BuildRequires: pkgconfig -BuildRequires: python3 >= 3.5.0 +BuildRequires: python3 >= 3.7.0 BuildRequires: python3-nbxmpp >= 0.6.10 BuildRequires: python3-precis-i18n >= 1.0.0 BuildRequires: python3-setuptools BuildRequires: update-desktop-files Requires: ca-certificates-mozilla -Requires: python3 >= 3.5.0 +Requires: python3 >= 3.7.0 Requires: python3-css-parser Requires: python3-docutils Requires: python3-gobject-Gdk