15
0

Accepting request 951999 from devel:languages:python

- Remove BuildRequires on chainmap, it's a builtin now.

OBS-URL: https://build.opensuse.org/request/show/951999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-librouteros?expand=0&rev=7
This commit is contained in:
2022-02-07 22:38:01 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 7 03:38:10 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Remove BuildRequires on chainmap, it's a builtin now.
-------------------------------------------------------------------
Thu Nov 18 20:54:31 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@@ -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 <mardnh@gmx.de>
#
# 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