diff --git a/python-librouteros.changes b/python-librouteros.changes index 4c96fbf..e6f19a5 100644 --- a/python-librouteros.changes +++ b/python-librouteros.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 7 03:38:10 UTC 2022 - Steve Kowalik + +- Remove BuildRequires on chainmap, it's a builtin now. + ------------------------------------------------------------------- Thu Nov 18 20:54:31 UTC 2021 - Martin Hauke diff --git a/python-librouteros.spec b/python-librouteros.spec index 00eac08..a68fbde 100644 --- a/python-librouteros.spec +++ b/python-librouteros.spec @@ -1,7 +1,7 @@ # # spec file for package python-librouteros # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2017-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -32,7 +32,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module chainmap} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} # /SECTION