From 985a0ec89d99e07ae1fc5864dc0fe405723b8db5 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 18 Feb 2018 22:39:10 +0100 Subject: [PATCH] Build requires gcc --- python-cryptography.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index c26e441..e9bc3af 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -11,7 +11,7 @@ Name: python-%{srcname} Version: 2.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -20,6 +20,7 @@ URL: https://cryptography.io/en/latest/ Source0: https://pypi.io/packages/source/c/%{srcname}/%{srcname}-%{version}.tar.gz BuildRequires: openssl-devel +BuildRequires: gcc BuildRequires: python2-devel BuildRequires: python2-pytest >= 3.2.1 @@ -160,6 +161,9 @@ popd %changelog +* Sun Feb 18 2018 Christian Heimes - 2.1.3-4 +- Build requires gcc + * Mon Feb 12 2018 Iryna Shcherbina - 2.1.3-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)