From 5db97f49a7877cb6783da99136e60884c2689902865e27904617884e7f139353 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 10 Aug 2017 07:12:15 +0000 Subject: [PATCH] Accepting request 515755 from home:tbechtold:branches:devel:languages:python - Remove unused BuildRequires - Use Suggests for openid and flup. Both are optional deps OBS-URL: https://build.opensuse.org/request/show/515755 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=18 --- python-Paste.changes | 6 ++++++ python-Paste.spec | 13 +++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) 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