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:
parent
5e987191a7
commit
585e5ef639
@ -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>
|
Wed Feb 14 16:46:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ Requires: cmake-implementation = %{version}
|
|||||||
%if %{with full} || %{with mini}
|
%if %{with full} || %{with mini}
|
||||||
Requires: make
|
Requires: make
|
||||||
# bnc#953842 - A python file is shipped so require python base so it can be run.
|
# 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
|
Conflicts: cmake-implementation
|
||||||
Provides: cmake-implementation = %{version}
|
Provides: cmake-implementation = %{version}
|
||||||
%endif
|
%endif
|
||||||
@ -105,6 +105,7 @@ BuildRequires: pkgconfig(libarchive) >= 3.3.3
|
|||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
%endif
|
%endif
|
||||||
%if %{with gui}
|
%if %{with gui}
|
||||||
|
BuildRequires: python%{pyver}-base
|
||||||
BuildRequires: python%{pyver}-Sphinx
|
BuildRequires: python%{pyver}-Sphinx
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
Loading…
Reference in New Issue
Block a user