15
0
forked from pool/python-Paste

Accepting request 515841 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/515841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=15
This commit is contained in:
2017-08-13 12:57:39 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 8 deletions

View File

@@ -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

View File

@@ -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