add BuildRequires: gcc

Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
This commit is contained in:
Igor Gnatenko 2018-07-10 15:56:25 +02:00
parent cbc5200c2f
commit 060e3703a5

View File

@ -42,6 +42,7 @@ Source0: http://www.psycopg.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-%{version}
%{?with_python2:BuildRequires: python2-debug python2-devel} %{?with_python2:BuildRequires: python2-debug python2-devel}
%{?with_python3:BuildRequires: python3-debug python3-devel} %{?with_python3:BuildRequires: python3-debug python3-devel}
BuildRequires: gcc
BuildRequires: pkgconfig(libpq) BuildRequires: pkgconfig(libpq)
# For testsuite # For testsuite