Build requires gcc
This commit is contained in:
parent
361fca3395
commit
d7313876b7
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.0.2
|
||||
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
|
||||
|
|
@ -164,6 +165,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 18 2018 Christian Heimes <cheimes@redhat.com> - 2.0.2-4
|
||||
- Build requires gcc
|
||||
|
||||
* Tue Oct 24 2017 Christian Heimes <cheimes@redhat.com> - 2.0.2-3
|
||||
- Change Requires to openssl-libs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue