From 0250e894cb1f41c6722e68a4b126668bdf9ec38d411bbf865d4ff0c723a0ca5a Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Tue, 29 Sep 2020 10:48:52 +0000 Subject: [PATCH] - require python3-curses as workaround to fix i586 build OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=859 --- MozillaFirefox.changes | 1 + MozillaFirefox.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index a9e67053..a7028122 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -29,6 +29,7 @@ Fri Sep 18 06:22:40 UTC 2020 - Wolfgang Rosenauer - skip post-build-checks for 15.0 and 15.1 - add revert-795c8762b16b.patch to fix LTO builds with gcc (related to bmo#1644409) +- require python3-curses as workaround to fix i586 build ------------------------------------------------------------------- Thu Sep 17 11:45:31 UTC 2020 - Guillaume GARDET diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index b9e07778..1ce3a5df 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -111,6 +111,7 @@ BuildRequires: python36 %else BuildRequires: python2-xml BuildRequires: python3 >= 3.5 +BuildRequires: python3-curses %endif BuildRequires: rust >= 1.43 BuildRequires: rust-cbindgen >= 0.14.3