diff --git a/python-incremental.changes b/python-incremental.changes index 53bca04..962105f 100644 --- a/python-incremental.changes +++ b/python-incremental.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 23 09:30:06 UTC 2021 - Dominique Leuenberger + +- Do not use %{python_module …} for suggests, as this would suggest + all python flavors. Rather rely on the python singlespec macros + to rewrite as needed. + ------------------------------------------------------------------- Sun May 9 16:52:36 UTC 2021 - Dirk Müller diff --git a/python-incremental.spec b/python-incremental.spec index 131edd5..3e79561 100644 --- a/python-incremental.spec +++ b/python-incremental.spec @@ -1,5 +1,5 @@ # -# spec file for package python-incremental-test +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -35,8 +35,8 @@ Source: https://files.pythonhosted.org/packages/source/i/incremental/inc BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Suggests: %{python_module Twisted >= 16.4.0} -Suggests: %{python_module click >= 6.0} +Suggests: python-Twisted >= 16.4.0 +Suggests: python-click >= 6.0 BuildArch: noarch %if %{with test} BuildRequires: %{python_module Twisted >= 16.4.0}