Drop manual Requires on python3-six; it will be generated from metadata

This commit is contained in:
Benjamin A. Beasley 2021-06-24 07:52:57 -04:00
parent b8f5090c97
commit f1368074c4

View File

@ -35,7 +35,6 @@ heavily inspired by should.js.
%package -n python3-%{srcname}
Summary: %{summary} 3
%{?python_provide:%python_provide python3-%{srcname}}
Requires: python3-six
%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.
- Switch to GitHub tarball, which includes docs/
- 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
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.4.11-13
- Rebuilt for Python 3.10