1
0
forked from pool/python-pycups

Accepting request 849838 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/849838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycups?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-11-26 22:10:17 +00:00 committed by Git OBS Bridge
commit feea755fd1
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