diff --git a/python-ncclient.changes b/python-ncclient.changes index 2588e5a..68abac7 100644 --- a/python-ncclient.changes +++ b/python-ncclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 10 14:09:27 UTC 2025 - Georg Pfuetzenreuter + +- Enable sle15allpythons to also build for Python 3.11 on Leap + ------------------------------------------------------------------- Sun Mar 2 22:26:20 UTC 2025 - Martin Hauke diff --git a/python-ncclient.spec b/python-ncclient.spec index 5c6cc74..07da745 100644 --- a/python-ncclient.spec +++ b/python-ncclient.spec @@ -16,6 +16,7 @@ # +%{?sle15allpythons} Name: python-ncclient Version: 0.6.19 Release: 0 @@ -29,15 +30,15 @@ Patch0: allow_old_sphinx.patch # PATCH-FIX-UPSTREAM intersphinx-mapping.patch gh#ncclient/ncclient#604 mcepl@suse.com # use conditionally new form of intersphinx_mapping Patch1: intersphinx-mapping.patch +BuildRequires: %{python_module lxml >= 3.3.0} +BuildRequires: %{python_module paramiko >= 1.15.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-lxml >= 3.3.0 Requires: python-paramiko >= 1.15.0 BuildArch: noarch -BuildRequires: %{python_module lxml >= 3.3.0} -BuildRequires: %{python_module paramiko >= 1.15.0} -BuildRequires: %{python_module pytest} %python_subpackages %description