14
0

Accepting request 862745 from home:bnavigator:branches:devel:languages:python

- Let the python-rpm-macros automatically figure out the correct
  provides and obsoletes for the flavor

OBS-URL: https://build.opensuse.org/request/show/862745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=20
This commit is contained in:
2021-01-13 08:40:38 +00:00
committed by Git OBS Bridge
parent b661f811e4
commit 825eaa99f2
2 changed files with 9 additions and 7 deletions

View File

@@ -44,9 +44,7 @@ Requires: python-zope.interface
BuildRequires: %{python_module zope.security}
BuildRequires: %{python_module zope.testrunner}
%endif
%ifpython3
Conflicts: python3-zope-proxy < %{version}
%endif
Conflicts: python-zope-proxy < %{version}
%python_subpackages
%description
@@ -59,10 +57,8 @@ etc.) for which the proxy is responsible.
Summary: Generic Transparent Proxies
Group: Development/Languages/Python
Requires: %{name} = %{version}
%ifpython3
Provides: python3-zope-proxy = %{version}
Obsoletes: python3-zope-proxy < %{version}
%endif
Provides: python-zope-proxy = %{version}
Obsoletes: python-zope-proxy < %{version}
%description devel
This package contains the files needed for binding the %{name} C module.