diff --git a/python-pykickstart.changes b/python-pykickstart.changes index 29ab77f..d6e5fff 100644 --- a/python-pykickstart.changes +++ b/python-pykickstart.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 7 09:15:48 UTC 2023 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Wed Dec 7 20:54:04 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-pykickstart.spec b/python-pykickstart.spec index f074401..d446d60 100644 --- a/python-pykickstart.spec +++ b/python-pykickstart.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -35,13 +35,11 @@ BuildArch: noarch BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: gettext BuildRequires: python-rpm-macros Requires: python-requests -Requires: python-six %python_subpackages