Add psycopg2 as dependency for Python sub-package

This commit is contained in:
Volker Fröhlich 2013-12-25 16:01:28 +01:00
parent c6127cd4b6
commit 0b3ffb50c7
1 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,7 @@
Name: qgis
Version: 2.0.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A user friendly Open Source Geographic Information System
# There are build issues at the moment; working with upstream
@ -151,6 +151,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: gdal-python
Requires: PyQt4
Requires: python-httplib2
Requires: python-psycopg2
Requires: qscintilla-python
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
@ -394,6 +395,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libexecdir}/%{name}
%changelog
* Wed Dec 25 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-7
- Python sub-package must require psycopg2 for the Processing plug-in
(BZ #1043683)
* Fri Nov 08 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-6
- Rebuild for new qwt and qwtpolar