15
0
2023-07-10 09:33:05 +00:00
committed by Git OBS Bridge
parent b32a75997f
commit 5a2cecb347
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 10 09:32:57 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file.
-------------------------------------------------------------------
Thu Jul 6 12:04:46 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-netmiko
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,11 +29,15 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
Requires: python-ntc-templates
Requires: python-paramiko >= 2.6.0
Requires: python-pyserial
Requires: python-scp >= 0.13.2
Requires: python-setuptools
Requires: python-tenacity
Requires: python-textfsm >= 1.1.2
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
@@ -88,6 +92,7 @@ sed -i -e '/^#!\//, 1d' \
%python_alternative %{_bindir}/netmiko-cfg
%python_alternative %{_bindir}/netmiko-grep
%python_alternative %{_bindir}/netmiko-show
%{python_sitelib}/*
%{python_sitelib}/netmiko
%{python_sitelib}/netmiko-%{version}*-info
%changelog