1
0
2023-06-19 20:46:55 +00:00
committed by Git OBS Bridge
parent e6e57d5255
commit 0339fa1688

View File

@@ -40,7 +40,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if %{with test} %if %{with test}
BuildRequires: %{python_module cryptography >= 38.0.0 with %python-cryptography < 41} BuildRequires: %{python_module cryptography >= 38.0.0 with %python-cryptography < 42}
BuildRequires: %{python_module flaky} BuildRequires: %{python_module flaky}
BuildRequires: %{python_module pretend} BuildRequires: %{python_module pretend}
BuildRequires: %{python_module pyOpenSSL >= %version} BuildRequires: %{python_module pyOpenSSL >= %version}
@@ -49,7 +49,7 @@ BuildRequires: ca-certificates-mozilla
BuildRequires: openssl BuildRequires: openssl
%endif %endif
Requires: python-cffi Requires: python-cffi
Requires: (python-cryptography >= 38.0.0 with python-cryptography < 41) Requires: (python-cryptography >= 38.0.0 with python-cryptography < 42)
Provides: pyOpenSSL = %{version} Provides: pyOpenSSL = %{version}
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages