Add psycopg2 as dependency for Python sub-package
This commit is contained in:
parent
c6127cd4b6
commit
0b3ffb50c7
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
Name: qgis
|
Name: qgis
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: A user friendly Open Source Geographic Information System
|
Summary: A user friendly Open Source Geographic Information System
|
||||||
|
|
||||||
# There are build issues at the moment; working with upstream
|
# There are build issues at the moment; working with upstream
|
||||||
|
@ -151,6 +151,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: gdal-python
|
Requires: gdal-python
|
||||||
Requires: PyQt4
|
Requires: PyQt4
|
||||||
Requires: python-httplib2
|
Requires: python-httplib2
|
||||||
|
Requires: python-psycopg2
|
||||||
Requires: qscintilla-python
|
Requires: qscintilla-python
|
||||||
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
%{?_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}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 08 2013 Volker Fröhlich <volker27@gmx.at> - 2.0.1-6
|
||||||
- Rebuild for new qwt and qwtpolar
|
- Rebuild for new qwt and qwtpolar
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user