From 04231a16d900ba18d0ba1ae62960a787676406051bdf04aa5b12de77839fd241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 17 Aug 2021 13:19:34 +0000 Subject: [PATCH] Accepting request 912580 from home:favogt:branches:devel:languages:python - Minimize Recommends and Suggests, dep chain is too big (WebEngine, Qt3D) for the TW DVD OBS-URL: https://build.opensuse.org/request/show/912580 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=30 --- python-QtPy.changes | 6 ++++++ python-QtPy.spec | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/python-QtPy.changes b/python-QtPy.changes index c17edce..7dc3fb4 100644 --- a/python-QtPy.changes +++ b/python-QtPy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 17 09:07:26 UTC 2021 - Fabian Vogt + +- Minimize Recommends and Suggests, dep chain is too big + (WebEngine, Qt3D) for the TW DVD + ------------------------------------------------------------------- Thu Jan 21 09:30:26 UTC 2021 - Antonio Larrosa diff --git a/python-QtPy.spec b/python-QtPy.spec index 5af7aad..62c12cd 100644 --- a/python-QtPy.spec +++ b/python-QtPy.spec @@ -33,11 +33,13 @@ BuildRequires: %{python_module qtwebengine-qt5} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Recommends: python-qt3d-qt5 Recommends: python-qt5 -Recommends: python-qtdatavis3d-qt5 -Recommends: python-qtwebengine-qt5 -Suggests: python-pyside2 +# Optional parts, which have giant dep chains. +# Too big for the TW DVD and default installs. +#Recommends: python-qt3d-qt5 +#Recommends: python-qtdatavis3d-qt5 +#Recommends: python-qtwebengine-qt5 +#Suggests: python-pyside2 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module mock}