From 542dc0ee4f2385c4d71f65fe3a36f4fe9eb68b9a Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Mon, 26 Oct 2020 10:07:32 +0100 Subject: gnu: qgis: Fix many plugins. Fixes . This fixes the installation of many plugins. * gnu/packages/geo.scm (qgis)[inputs]: Add python-future. Signed-off-by: Christopher Baines --- gnu/packages/geo.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index ce14a9e861..c412ec35b6 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -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) -- cgit v1.2.3