Skip to content

Commit

Permalink
[RPM] Update sip references in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga committed Oct 30, 2019
1 parent fb273e3 commit df7414c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/qgis.spec.template
Expand Up @@ -103,7 +103,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 @@ -200,7 +200,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 df7414c

Please sign in to comment.