From 3bdd2525c15c2923159e655b325eeb4f23d3b955ef569ac3b93391079162ef8d Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Thu, 8 Oct 2020 14:14:28 +0000 Subject: [PATCH] - remove python2 dependencies for Leap 15 and TW OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=554 --- MozillaThunderbird.changes | 5 +++++ MozillaThunderbird.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index c1b136d..03e3ce7 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 8 14:13:49 UTC 2020 - Wolfgang Rosenauer + +- remove python2 dependencies for Leap 15 and TW + ------------------------------------------------------------------- Wed Oct 7 07:02:03 UTC 2020 - Wolfgang Rosenauer diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index b49b1cf..961d739 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -90,13 +90,12 @@ BuildRequires: mozilla-nspr-devel >= 4.25.1 BuildRequires: mozilla-nss-devel >= 3.53.1 BuildRequires: nasm >= 2.14 BuildRequires: nodejs10 >= 10.21.0 -BuildRequires: python-devel %if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000 BuildRequires: python-libxml2 BuildRequires: python36 %else -BuildRequires: python2-xml BuildRequires: python3 >= 3.5 +BuildRequires: python3-devel %endif BuildRequires: rust >= 1.41 BuildRequires: rust-cbindgen >= 0.14.1