Add a BuildRequires on gcc.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-03-19 15:21:03 -04:00
parent 40abf8fd58
commit 33b820eab3

View File

@ -18,6 +18,7 @@ Source0: https://github.com/mongodb/mongo-python-driver/archive/%{version
# standard library. It also adjusts imports so that they exclusively use the code from Python.
Patch01: 0001-Use-ssl.match_hostname-from-the-Python-stdlib.patch
BuildRequires: gcc
%ifnarch armv7hl ppc64 s390 s390x
# These are needed for tests, and the tests don't work on armv7hl.
# MongoDB server is not available on big endian arches (ppc64, s390(x)).