Drop obsolete %python_provide macro

This commit is contained in:
Benjamin A. Beasley 2021-06-24 07:53:30 -04:00
parent f1368074c4
commit 2064ae984b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,6 @@ heavily inspired by should.js.
%package -n python3-%{srcname}
Summary: %{summary} 3
%{?python_provide:%python_provide python3-%{srcname}}
%description -n python3-%{srcname}
A testing library for Python with powerful and flexible assertions. Sure is
@ -70,6 +69,7 @@ heavily inspired by should.js.
- Use pytest instead of nose (which is deprecated) as the test runner in
%%check; we are not quite ready to remove the nose BR, however
- Drop manual Requires on python3-six; it will be generated from metadata
- Drop obsolete %%python_provide macro
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.4.11-13
- Rebuilt for Python 3.10