Matej Cepl 2022-01-13 12:51:16 +00:00 committed by Git OBS Bridge
parent e3ce55adb9
commit a638bbda87
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c58eb22931c3712ccb3e79ff70bfd7f2f07fcd9846fc46de7690949f89d8b26
size 129201
oid sha256:e7fdef4f1ee55ab9797140b4dedc4664fc0ea0f6367d9c2e60aa2021037c09d3
size 129189

View File

@ -1,7 +1,7 @@
#
# spec file for package python-ncclient
#
# 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
@ -47,7 +47,7 @@ BuildRequires: %{python_module pytest}
%if %{with python2}
BuildRequires: python2-selectors2 >= 2.0.1
%endif
%if 0%{?python3_version_nodots} <= 34
%if 0%{?python3_version_nodots} <= 34
BuildRequires: python3-selectors2 >= 2.0.1
%endif
BuildRequires: %{python_module six}