diff --git a/python-sure.spec b/python-sure.spec index 481b117..088f834 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -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 - 1.4.11-13 - Rebuilt for Python 3.10