17
0

- Remove BuildRequires on openssl, it's pulled in by cryptography.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=88
This commit is contained in:
2022-05-31 09:45:34 +00:00
committed by Git OBS Bridge
parent d738f2371b
commit 050a0519e1
2 changed files with 2 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ Patch0: skip-networked-test.patch
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: openssl
BuildRequires: python-rpm-macros
%if %{with test}
BuildRequires: %{python_module cryptography >= 35}