Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix rpm build for Fedora 38
Also drop workaround for F34 and earlier
  • Loading branch information
basilrabi authored and nyalldawson committed Apr 4, 2023
1 parent 7235ee7 commit c7e37ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rpm/qgis.spec.template
Expand Up @@ -99,12 +99,8 @@ BuildRequires: python3-PyYAML
BuildRequires: python3-qscintilla-qt5
BuildRequires: python3-qscintilla-qt5-devel
BuildRequires: python3-qt5-devel
%if 0%{?fedora} >= 35
BuildRequires: sip6
BuildRequires: PyQt-builder
%else
BuildRequires: python3-sip-devel
%endif

# Qca stuff
BuildRequires: qca-qt5-devel
Expand All @@ -123,8 +119,6 @@ BuildRequires: qt5-qt3d-devel
BuildRequires: qt5-qtbase-private-devel

# Qwt stuff
BuildRequires: qwt-devel
BuildRequires: qwt-qt5-devel
BuildRequires: qwt-qt5-devel

# GDAL must be explicit. It is required by some raster tools
Expand Down

0 comments on commit c7e37ce

Please sign in to comment.