From 32c05ee9a9841b094aa7106cdffc5e29b2fc0644917ee99e63337f6a7d49aa3c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 7 Feb 2022 03:38:39 +0000 Subject: [PATCH] - Remove BuildRequires on chainmap, it's a builtin now. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-librouteros?expand=0&rev=12 --- python-librouteros.changes | 5 +++++ python-librouteros.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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