SHA256
3
0
forked from pool/cmake

Accepting request 1149290 from home:michals:Calibre

- Fix python dependencies: python 3.11 is only needed for build (boo#1218125).

OBS-URL: https://build.opensuse.org/request/show/1149290
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=571
This commit is contained in:
Dirk Mueller 2024-03-04 13:00:15 +00:00 committed by Git OBS Bridge
parent 5e987191a7
commit 585e5ef639
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 11:59:08 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
- Fix python dependencies: python 3.11 is only needed for build (boo#1218125).
-------------------------------------------------------------------
Wed Feb 14 16:46:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -92,7 +92,7 @@ Requires: cmake-implementation = %{version}
%if %{with full} || %{with mini}
Requires: make
# bnc#953842 - A python file is shipped so require python base so it can be run.
Requires: python%{pyver}-base
Requires: python3-base
Conflicts: cmake-implementation
Provides: cmake-implementation = %{version}
%endif
@ -105,6 +105,7 @@ BuildRequires: pkgconfig(libarchive) >= 3.3.3
BuildRequires: pkgconfig(libcurl)
%endif
%if %{with gui}
BuildRequires: python%{pyver}-base
BuildRequires: python%{pyver}-Sphinx
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Widgets)