- 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:
Steve Kowalik 2022-05-31 09:45:34 +00:00 committed by Git OBS Bridge
parent db96e55db2
commit 8b52c1380d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 31 09:44:00 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Remove BuildRequires on openssl, it's pulled in by cryptography.
-------------------------------------------------------------------
Fri Feb 4 23:21:43 UTC 2022 - Dirk Müller <dmueller@suse.com>

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}