From 6c1e2684da252ed544d23d59d56113850e868a4a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 20 Feb 2018 21:48:54 +0100 Subject: [PATCH] require gcc for building --- python-sqlalchemy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 67f4f20..349c04f 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -6,7 +6,7 @@ Name: python-sqlalchemy Version: 1.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -14,6 +14,8 @@ License: MIT URL: http://www.sqlalchemy.org/ Source0: https://files.pythonhosted.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz +BuildRequires: gcc + BuildRequires: python2-devel >= 2.6 BuildRequires: python2-setuptools BuildRequires: python2-mock @@ -126,6 +128,9 @@ PYTHONPATH=. "$pytest3" test %endif # with_python3 %changelog +* Tue Feb 20 2018 Nils Philippsen - 1.2.3-2 +- require gcc for building + * Tue Feb 20 2018 Nils Philippsen - 1.2.3-1 - version 1.2.3