From 585e5ef63999dda1ba1d67526f57d49252fa2145155210f1502d985ac670408f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Mar 2024 13:00:15 +0000 Subject: [PATCH] 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 --- cmake.changes | 5 +++++ cmake.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cmake.changes b/cmake.changes index 8b8f9b4..e918ae8 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 22 11:59:08 UTC 2024 - Michal Suchanek + +- Fix python dependencies: python 3.11 is only needed for build (boo#1218125). + ------------------------------------------------------------------- Wed Feb 14 16:46:22 UTC 2024 - Fridrich Strba diff --git a/cmake.spec b/cmake.spec index 3e6e75d..e06e6b7 100644 --- a/cmake.spec +++ b/cmake.spec @@ -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)