Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[RPM] Update sip references in spec file
  • Loading branch information
daniviga authored and nyalldawson committed Oct 31, 2019
1 parent 2dc0c9d commit bcf2040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/qgis.spec.template
Expand Up @@ -99,7 +99,7 @@ BuildRequires: python3-qscintilla-devel
BuildRequires: python3-qscintilla-qt5
BuildRequires: python3-qscintilla-qt5-devel
BuildRequires: python3-qt5-devel
BuildRequires: sip-devel
BuildRequires: python3-sip-devel

# Qca stuff
BuildRequires: qca-qt5-devel
Expand Down Expand Up @@ -197,7 +197,7 @@ Requires: python3-PyYAML
Requires: python3-qscintilla
Requires: python3-qscintilla-qt5
Requires: python3-qt5
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
%{?_sip_api:Requires: python3-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}}

%description -n python3-qgis
Python integration and plug-ins for QGIS.
Expand Down

0 comments on commit bcf2040

Please sign in to comment.