diff --git a/python-PyNaCl.changes b/python-PyNaCl.changes index 9dea630..75afe3f 100644 --- a/python-PyNaCl.changes +++ b/python-PyNaCl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 16 12:01:41 UTC 2022 - pgajdos@suse.com + +- python-six not required + ------------------------------------------------------------------- Sun Jan 9 18:54:14 UTC 2022 - Michael Ströder diff --git a/python-PyNaCl.spec b/python-PyNaCl.spec index 75a1464..61e3544 100644 --- a/python-PyNaCl.spec +++ b/python-PyNaCl.spec @@ -31,14 +31,12 @@ BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} BuildRequires: %{python_module pycparser} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libsodium) >= 1.0.18 Requires: python-cffi -Requires: python-six # SECTION test requirements BuildRequires: %{python_module hypothesis >= 3.27.0} BuildRequires: %{python_module pytest >= 3.2.1}