forked from pool/python-asyncssh
- Add fido2-compat.patch to restore compatibility with python-fido2 >= 2
- Update requirements from pyproject.toml OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=67
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-asyncssh
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,31 +26,31 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/ronf/asyncssh
|
||||
Source: https://files.pythonhosted.org/packages/source/a/asyncssh/asyncssh-%{version}.tar.gz
|
||||
Patch0: gss_test.patch
|
||||
# PATCH-FIX-UPSTREAM fido2-compat.patch
|
||||
Patch1: fido2-compat.patch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module bcrypt >= 3.1.3}
|
||||
BuildRequires: %{python_module cryptography >= 2.8}
|
||||
BuildRequires: %{python_module fido2 >= 0.8.1}
|
||||
BuildRequires: %{python_module cryptography >= 39.0}
|
||||
BuildRequires: %{python_module fido2 >= 2}
|
||||
BuildRequires: %{python_module gssapi >= 1.2.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pyOpenSSL >= 17.0.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module typing_extensions}
|
||||
BuildRequires: %{python_module uvloop >= 0.9.1}
|
||||
BuildRequires: %{python_module typing_extensions >= 4.0.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: openssh
|
||||
BuildRequires: openssl
|
||||
BuildRequires: (libnettle8 if python38-base)
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-bcrypt >= 3.1.3
|
||||
Requires: python-cryptography >= 2.8
|
||||
Requires: python-gssapi >= 1.2.0
|
||||
Requires: python-libnacl >= 1.4.2
|
||||
Requires: python-pyOpenSSL >= 17.0.0
|
||||
Recommends: libnettle8
|
||||
Recommends: python-fido2 >= 0.8.1
|
||||
Requires: python-cryptography >= 39.0
|
||||
Requires: python-typing_extensions >= 4.0.0
|
||||
Recommends: python-bcrypt >= 3.1.3
|
||||
Recommends: python-fido2 >= 2
|
||||
Recommends: python-gssapi >= 1.2.0
|
||||
Recommends: python-libnacl >= 1.4.2
|
||||
Recommends: python-pyOpenSSL >= 23.0.0
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user