From 8b52c1380d25ffc412a7d25fb7ac071b267cac9f85e64eaaf8a17def8ac0e900 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 31 May 2022 09:45:34 +0000 Subject: [PATCH 1/2] - 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 --- python-pyOpenSSL.changes | 5 +++++ python-pyOpenSSL.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index ab87340..77ecb95 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 31 09:44:00 UTC 2022 - Steve Kowalik + +- Remove BuildRequires on openssl, it's pulled in by cryptography. + ------------------------------------------------------------------- Fri Feb 4 23:21:43 UTC 2022 - Dirk Müller diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 1b1026f..69c908f 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -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} From ae2d710e77b61e5b6226b44140b74fa3409696e2297f5cac3918ea186b7c41e6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 1 Jun 2022 08:26:10 +0000 Subject: [PATCH 2/2] - Shift BuildRequires on openssl, it's only required for tests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=89 --- python-pyOpenSSL.changes | 4 ++-- python-pyOpenSSL.spec | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 77ecb95..b33475b 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Tue May 31 09:44:00 UTC 2022 - Steve Kowalik +Wed Jun 1 08:25:21 UTC 2022 - Steve Kowalik -- Remove BuildRequires on openssl, it's pulled in by cryptography. +- Shift BuildRequires on openssl, it's only required for tests. ------------------------------------------------------------------- Fri Feb 4 23:21:43 UTC 2022 - Dirk Müller diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 69c908f..d1d75d4 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -47,6 +47,7 @@ BuildRequires: %{python_module pretend} BuildRequires: %{python_module pyOpenSSL >= %version} BuildRequires: %{python_module pytest >= 3.0.1} BuildRequires: ca-certificates-mozilla +BuildRequires: openssl %endif Requires: python-cffi Requires: python-cryptography >= 35