From 33b820eab353dd3041d392bb91e9b4ecbd169d0b Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 19 Mar 2018 15:21:03 -0400 Subject: [PATCH] Add a BuildRequires on gcc. Signed-off-by: Randy Barlow --- python-pymongo.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pymongo.spec b/python-pymongo.spec index 9921300..068e958 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -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)).