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
This commit is contained in:
Miro Hrončok 2022-08-04 15:21:50 +02:00 committed by churchyard
parent 62bc7da171
commit 8f7ca46fc4

View File

@ -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