From 211334334c654e530a9834cbc96d0a5f6ec5c5e22636aeed49d7e527cf4dcc2d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Oct 2021 14:28:31 +0000 Subject: [PATCH] Accepting request 925207 from home:ecsos:server - Fix build error for Leap 15.3 - Add Missing python-lxml. - Add missing python-typing_extensions. If you not believe, branch it and try to build. OBS-URL: https://build.opensuse.org/request/show/925207 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=18 --- python-napalm.changes | 7 +++++++ python-napalm.spec | 10 ++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/python-napalm.changes b/python-napalm.changes index 21575a0..6802657 100644 --- a/python-napalm.changes +++ b/python-napalm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 13 12:42:18 UTC 2021 - ecsos + +- Fix build error for Leap 15.3 + - Add Missing python-lxml. + - Add missing python-typing_extensions. + ------------------------------------------------------------------- Fri Aug 20 09:38:29 UTC 2021 - Martin Hauke diff --git a/python-napalm.spec b/python-napalm.spec index 07cf815..b9136ca 100644 --- a/python-napalm.spec +++ b/python-napalm.spec @@ -35,6 +35,8 @@ Requires: python-cffi >= 1.11.3 Requires: python-ciscoconfparse Requires: python-future Requires: python-junos-eznc >= 2.2.1 +Requires: python-lxml >= 4.3.0 +Requires: python-ncclient Requires: python-netaddr Requires: python-netmiko >= 3.1.0 Requires: python-paramiko >= 2.6.0 @@ -43,6 +45,7 @@ Requires: python-requests >= 2.7.0 Requires: python-scp Requires: python-setuptools >= 38.4.0 Requires: python-textfsm +Requires: python-typing_extensions Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch @@ -54,17 +57,20 @@ BuildRequires: %{python_module ciscoconfparse} BuildRequires: %{python_module ddt} BuildRequires: %{python_module future} BuildRequires: %{python_module junos-eznc >= 2.2.1} -BuildRequires: %{python_module mock} +BuildRequires: %{python_module lxml >= 4.3.0} +BuildRequires: %{python_module mock >= 4.0.3} +BuildRequires: %{python_module ncclient} BuildRequires: %{python_module netaddr} BuildRequires: %{python_module netmiko >= 3.1.0} BuildRequires: %{python_module paramiko >= 2.6.0} BuildRequires: %{python_module pyeapi >= 0.8.2} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest >= 5.4.3} BuildRequires: %{python_module requests >= 2.7.0} BuildRequires: %{python_module scp} BuildRequires: %{python_module selectors2 >= 2.0.1} BuildRequires: %{python_module setuptools >= 38.4.0} BuildRequires: %{python_module textfsm} +BuildRequires: %{python_module typing_extensions} # /SECTION %python_subpackages