We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 81aa5f6 commit 1f0fbd1Copy full SHA for 1f0fbd1
rpm/qgis.spec.template
@@ -176,7 +176,13 @@ Obsoletes: python2-%{name} < %{version}-%{release}
176
Summary: Python integration and plug-ins for QGIS
177
Requires: %{name}%{?_isa} = %{combinedversion}-%{release}
178
Requires: gdal-python3
179
+# Starting from Fedora 30 python2-gdal package
180
+# has been renamed to gdal-python-tools
181
+%if 0%{?fedora} >= 30
182
Requires: gdal-python-tools
183
+%else
184
+Requires: python2-gdal
185
+%endif
186
Requires: python3-future
187
Requires: python3-jinja2
188
Requires: python3-OWSLib
0 commit comments