From 8feb252b1aafe21691a3cbfc57272241343af230672a442ff5c1111c6aa21e35 Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Fri, 9 Feb 2024 00:13:18 +0000 Subject: [PATCH 1/2] Accepting request 1145279 from home:dimstar:Factory - Replace python-devel and python2-xml BuildRequires with python3-base: the build already now, with python2 in the buildroot, contained: Creating Python 3 environment In fact, python2 was not used anymore (boo#1219739). OBS-URL: https://build.opensuse.org/request/show/1145279 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=53 --- seamonkey.changes | 9 +++++++++ seamonkey.spec | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/seamonkey.changes b/seamonkey.changes index 8a3e549..d4683d0 100644 --- a/seamonkey.changes +++ b/seamonkey.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 8 17:35:05 UTC 2024 - Dominique Leuenberger + +- Replace python-devel and python2-xml BuildRequires with + python3-base: the build already now, with python2 in the + buildroot, contained: + Creating Python 3 environment + In fact, python2 was not used anymore (boo#1219739). + ------------------------------------------------------------------- Wed Jan 18 00:10:28 UTC 2024 - Tristan Miller diff --git a/seamonkey.spec b/seamonkey.spec index 1266972..aa2eb2b 100644 --- a/seamonkey.spec +++ b/seamonkey.spec @@ -41,8 +41,7 @@ BuildRequires: libwebp-devel >= 1.0.0 %endif BuildRequires: makeinfo BuildRequires: memory-constraints -BuildRequires: python-devel -BuildRequires: python2-xml +BuildRequires: python3-base BuildRequires: startup-notification-devel BuildRequires: unzip BuildRequires: update-desktop-files From d4859c0c3906b78e5ae9bbd41f8fafa3c0dd62aa02dd54ffd53355155612a82e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 12 Feb 2024 16:11:11 +0000 Subject: [PATCH 2/2] Accepting request 1145490 from home:dimstar:Factory python3-base: the build log already contains i.e, python2 was not used anymore (boo#1219739). OBS-URL: https://build.opensuse.org/request/show/1145490 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=54 --- seamonkey.changes | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/seamonkey.changes b/seamonkey.changes index d4683d0..30fa537 100644 --- a/seamonkey.changes +++ b/seamonkey.changes @@ -2,10 +2,9 @@ Thu Feb 8 17:35:05 UTC 2024 - Dominique Leuenberger - Replace python-devel and python2-xml BuildRequires with - python3-base: the build already now, with python2 in the - buildroot, contained: + python3-base: the build log already contains Creating Python 3 environment - In fact, python2 was not used anymore (boo#1219739). + i.e, python2 was not used anymore (boo#1219739). ------------------------------------------------------------------- Wed Jan 18 00:10:28 UTC 2024 - Tristan Miller