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}