From 120cc54934177fece745dbd6df402d7a9303529fb23b36c5fa517c3b2a0f2262 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 3 Nov 2021 14:27:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=12 --- python-PyQt6.changes | 7 +++++++ python-PyQt6.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 93d4b22..bf6816d 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 3 14:26:50 UTC 2021 - Ben Greiner + +- Don't require python-sip-devel for python-PyQt6-devel. + The project building against PyQt should explicitly know about + the proper requirement. + ------------------------------------------------------------------- Fri Oct 29 15:07:23 UTC 2021 - Ben Greiner diff --git a/python-PyQt6.spec b/python-PyQt6.spec index 8a55941..00d89d4 100644 --- a/python-PyQt6.spec +++ b/python-PyQt6.spec @@ -79,7 +79,6 @@ Group: Development/Libraries/Python Requires: python-%{mname} = %{version} Requires: python-dbus-python-devel >= 0.8 Requires: python-devel -Requires: python-sip-devel >= 6.4 Requires: qt6-base-devel Requires: qt6-macros Requires: cmake(Qt6Bluetooth) @@ -104,6 +103,9 @@ Requires: cmake(Qt6WebSockets) # / SECTION Requires(post): update-alternatives Requires(postun):update-alternatives +# If and which version of sip is required depends on the project trying +# to build against PyQt6. +Recommends: python-sip-devel Recommends: python-qscintilla-qt6 Provides: python-qt6-devel = %{version}-%{release}