diff --git a/python-Paste.changes b/python-Paste.changes index e59aab4..e4c954b 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 9 16:21:38 UTC 2017 - tbechtold@suse.com + +- Remove unused BuildRequires +- Use Suggests for openid and flup. Both are optional deps + ------------------------------------------------------------------- Fri May 5 21:59:21 UTC 2017 - toddrme2178@gmail.com diff --git a/python-Paste.spec b/python-Paste.spec index afc80de..d1eaa60 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -29,27 +29,24 @@ License: MIT Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module flup} -BuildRequires: python-python-openid -BuildRequires: python3-python3-openid BuildRequires: %{python_module six > 1.4.0} +BuildRequires: fdupes +BuildRequires: python-rpm-macros # Documentation build requirements: BuildRequires: python3-Sphinx # Test build requirements: BuildRequires: %{python_module nose} -Requires: python-flup +Suggests: python-flup Requires: python-six > 1.4.0 %ifpython2 -Requires: python-python-openid +Suggests: python-python-openid Provides: %{oldpython}-paste = %{version} Obsoletes: %{oldpython}-paste < %{version} %endif %ifpython3 -Requires: python3-python3-openid +Suggests: python3-python3-openid %endif BuildArch: noarch %python_subpackages