require gcc for building

This commit is contained in:
Nils Philippsen 2018-02-20 21:48:54 +01:00
parent 686310c915
commit 6c1e2684da
1 changed files with 6 additions and 1 deletions

View File

@ -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 <nils@tiptoe.de> - 1.2.3-2
- require gcc for building
* Tue Feb 20 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.3-1
- version 1.2.3