From 7708650de41a293fc908a61dba5c8dbdc145e34091ddfda897f9008ffd735e9c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 2 Nov 2022 15:45:21 +0000 Subject: [PATCH] - Remove not needed python-six dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=31 --- python-bcrypt.changes | 5 +++++ python-bcrypt.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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}