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

- Let the python-rpm-macros take care of the correct python3
  provides for all python3 flavors gh#openSUSE/python-rpm-macros#66

OBS-URL: https://build.opensuse.org/request/show/849822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycups?expand=0&rev=13
This commit is contained in:
Matej Cepl 2020-11-21 12:50:11 +00:00 committed by Git OBS Bridge
parent 070bb2b00f
commit ec840ef925
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 21 10:49:51 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Let the python-rpm-macros take care of the correct python3
provides for all python3 flavors gh#openSUSE/python-rpm-macros#66
-------------------------------------------------------------------
Mon Jul 6 08:48:20 UTC 2020 - Ludwig Nussel <lnussel@suse.de>

View File

@ -37,10 +37,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: %{oldpython}-cups < %{version}
Provides: %{oldpython}-cups = %{version}
%endif
%ifpython3
Obsoletes: python3-cups < %{version}
Provides: python3-cups = %{version}
%endif
Obsoletes: python-cups < %{version}
Provides: python-cups = %{version}
%python_subpackages
%description