diff --git a/python-cryptography.spec b/python-cryptography.spec index 487fa37..eddd073 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PyCA's cryptography library Group: Development/Libraries @@ -18,6 +18,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 @@ -159,6 +160,9 @@ popd %changelog +* Sun Feb 18 2018 Christian Heimes - 2.0.2-3 +- Build requires gcc + * Tue Oct 24 2017 Christian Heimes - 2.0.2-2 - Change Requires to openssl-libs