From 8f7ca46fc45f7e341f6356bd93be61a30cc411eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 4 Aug 2022 15:21:50 +0200 Subject: [PATCH] BuildRequire Python explicitly Clearly, this package uses Python for building, as it needed a patch for Python 3.11. Let's declare that dependency explicitly instead of relying on a random transitive dependency to pull it in. See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_buildrequire_python3_devel --- thunderbird.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/thunderbird.spec b/thunderbird.spec index 4ca6cff..0ba4ac4 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -213,6 +213,7 @@ Obsoletes: thunderbird-lightning-gdata <= 1:3.3.0.14 BuildRequires: rust BuildRequires: cargo BuildRequires: clang-devel +BuildRequires: python3-devel %if !0%{?use_bundled_cbindgen} BuildRequires: cbindgen %endif