diff --git a/python-bcrypt.changes b/python-bcrypt.changes index 19adf93..c928b2a 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 2 15:43:50 UTC 2022 - Daniel Garcia + +- Remove not needed python-six dependency + ------------------------------------------------------------------- Wed May 4 19:20:18 UTC 2022 - Dirk Müller diff --git a/python-bcrypt.spec b/python-bcrypt.spec index e37e89c..3b24939 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -33,12 +33,10 @@ BuildRequires: %{python_module pytest >= 3.2.1} # setuptools 40.8.0 is required by upstream only for a pip issue that doesn't # affect us, so we relax the requirement to build in SLE/Leap 15.2 with 40.5.0 BuildRequires: %{python_module setuptools >= 40.5.0} -BuildRequires: %{python_module six >= 1.4.1} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libffi) -Requires: python-six >= 1.4.1 %requires_eq python-cffi Provides: python-py-bcrypt = %{version} Obsoletes: python-py-bcrypt < %{version}