From 079ff98850635c3c59011fb047226bee6ad7601a1a00758b565ebb67430d3939 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 26 Feb 2021 18:51:26 +0000 Subject: [PATCH] Accepting request 875505 from home:bnavigator:pyqt - remove the runtime requirement on a specific sip-devel package. Let the package using the macros decide what they need. OBS-URL: https://build.opensuse.org/request/show/875505 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-pyqt-rpm-macros?expand=0&rev=12 --- python-pyqt-rpm-macros.changes | 6 ++++++ python-pyqt-rpm-macros.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pyqt-rpm-macros.changes b/python-pyqt-rpm-macros.changes index 42dee47..98f0a63 100644 --- a/python-pyqt-rpm-macros.changes +++ b/python-pyqt-rpm-macros.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 26 18:45:28 UTC 2021 - Ben Greiner + +- remove the runtime requirement on a specific sip-devel package. + Let the package using the macros decide what they need. + ------------------------------------------------------------------- Fri Feb 19 23:54:52 UTC 2021 - Ben Greiner diff --git a/python-pyqt-rpm-macros.spec b/python-pyqt-rpm-macros.spec index 59b1bb3..7d44d94 100644 --- a/python-pyqt-rpm-macros.spec +++ b/python-pyqt-rpm-macros.spec @@ -26,8 +26,7 @@ Source0: macros.pyqt Source1: LICENSE Requires: fdupes Requires: python-rpm-macros -# this is not a singlespec package -Requires: (python-sip-devel or python3-sip-devel) +Recommends: %{python_module sip-devel} BuildArch: noarch %description