SHA256
1
0
forked from pool/qgis

Accepting request 816983 from home:Guillaume_G:branches:Application:Geo

- proj.db is required, so requires proj package

OBS-URL: https://build.opensuse.org/request/show/816983
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=305
This commit is contained in:
Nicolas Rochard 2020-06-25 09:18:18 +00:00 committed by Git OBS Bridge
parent b74e7fa0af
commit 4eecb15a14
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 25 09:12:52 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- proj.db is required, so requires proj package
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 23 08:10:59 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org> Tue Jun 23 08:10:59 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -112,10 +112,12 @@ BuildRequires: pkgconfig(proj) >= 6.3.1
BuildRequires: pkgconfig(python3) >= 3.4 BuildRequires: pkgconfig(python3) >= 3.4
BuildRequires: pkgconfig(qca2-qt5) BuildRequires: pkgconfig(qca2-qt5)
BuildRequires: pkgconfig(spatialite) >= 4.2.0 BuildRequires: pkgconfig(spatialite) >= 4.2.0
# Force requires of those 3 main component.
Requires: libQt5Sql5-mysql Requires: libQt5Sql5-mysql
Requires: libQt5Sql5-postgresql Requires: libQt5Sql5-postgresql
# Force requires of those 3 main component.
Requires: libQt5Sql5-sqlite Requires: libQt5Sql5-sqlite
# proj.db is required
Requires: proj
Requires: python3-GDAL Requires: python3-GDAL
Requires: python3-Jinja2 Requires: python3-Jinja2
Requires: python3-OWSLib Requires: python3-OWSLib