diff --git a/python-boto3.changes b/python-boto3.changes index b51e164..b17512c 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 17 11:07:48 UTC 2023 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Mon Mar 13 08:34:44 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-boto3.spec b/python-boto3.spec index 59fa091..e7fd55a 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -32,7 +32,6 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module s3transfer < 0.7.0} BuildRequires: %{python_module s3transfer >= 0.6.0} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-botocore < 1.30.0 @@ -41,7 +40,6 @@ Requires: python-jmespath < 2.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.7.0 Requires: python-s3transfer >= 0.6.0 -Requires: python-six BuildArch: noarch %python_subpackages @@ -58,6 +56,7 @@ http://boto3.readthedocs.org/en/latest/ + # Note to maintainers also familia with python-boto: # The documentation generation requires access to AWS, thus it is not # possible to generate the documentation in OBS