BuildRequires: s/postgresql-devel/libpq-devel/

That's because we moved libpq.so.5 into libpq package.

Related: rhbz#1618698, rhbz#1623764
This commit is contained in:
Pavel Raiskup 2018-09-05 15:23:32 +02:00
parent 95779a228a
commit e88db4a73f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ BuildRequires: %{_bindir}/pkg-config
%if 0%{?with_poppler}
BuildRequires: poppler-devel
%endif
BuildRequires: postgresql-devel
BuildRequires: libpq-devel
BuildRequires: proj-devel
BuildRequires: python2-devel
BuildRequires: python3-devel