From bd2b6c687bfa5b1cf381eb2323bc0f1b479bffe5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 23 Oct 2017 13:37:50 -0400 Subject: [PATCH] Change Requires to openssl-libs The openssl package has been split quite a while, and this package only needs the shared library. I'm making this change because `openssl` today `Requires: make` which is unfortunate for Atomic Host. See: https://bugzilla.redhat.com/show_bug.cgi?id=783446#c4 --- python-cryptography.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index f8b65a2..1c56829 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -67,7 +67,7 @@ Summary: PyCA's cryptography library Provides: python-%{srcname} %endif -Requires: openssl +Requires: openssl-libs Requires: python2-idna >= 2.1 Requires: python2-asn1crypto >= 0.21 Requires: python2-six >= 1.4.1 @@ -85,7 +85,7 @@ Group: Development/Libraries Summary: PyCA's cryptography library %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} -Requires: openssl +Requires: openssl-libs Requires: python%{python3_pkgversion}-idna >= 2.1 Requires: python%{python3_pkgversion}-asn1crypto >= 0.21 Requires: python%{python3_pkgversion}-six >= 1.4.1