18
0

- add no2to3.patch for compatibility with newer setuptools

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=42
This commit is contained in:
2022-03-01 09:39:41 +00:00
committed by Git OBS Bridge
parent e4850df48f
commit c8bd5cd528
3 changed files with 19 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ciscoconfparse
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@ Summary: Library for parsing, querying and modifying Cisco IOS-style conf
License: GPL-3.0-or-later
URL: https://github.com/mpenning/ciscoconfparse
Source: https://files.pythonhosted.org/packages/source/c/ciscoconfparse/ciscoconfparse-%{version}.tar.gz
Patch1: no2to3.patch
BuildRequires: %{python_module dnspython}
BuildRequires: %{python_module loguru}
BuildRequires: %{python_module passlib}