gnu: qgis: Fix many plugins.

Fixes <https://issues.guix.gnu.org/42941>.
This fixes the installation of many plugins.

* gnu/packages/geo.scm (qgis)[inputs]: Add python-future.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Jonathan Brielmaier 2020-10-26 10:07:32 +01:00 committed by Christopher Baines
parent 21955a54da
commit 542dc0ee4f
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -2099,6 +2099,7 @@ growing set of geoscientific methods.")
("python" ,python)
("python-chardet" ,python-chardet)
("python-dateutil" ,python-dateutil)
("python-future" ,python-future)
("python-gdal" ,python-gdal)
("python-jinja2" ,python-jinja2)
("python-numpy" ,python-numpy)