From 050a0519e12f251d29375eefc4e19bf705c8e9d118ef85afa771dd2fe058f78c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 31 May 2022 09:45:34 +0000 Subject: [PATCH] - 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 | 4 ++-- python-pyOpenSSL.spec | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/python-pyOpenSSL.changes b/python-pyOpenSSL.changes index 5f3b63f..4292132 100644 --- a/python-pyOpenSSL.changes +++ b/python-pyOpenSSL.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c43c56dbfa04e7b4bf46049801e2208aae51ee440864084a3bb77f7a42ba7a63 -size 21004 +oid sha256:4ab30502d6e0ff74495067a915c28f3b16a949fab99892337c407284d893d6ab +size 21213 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}