From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yGXJJvwPl19XDgAA0tVLHw (envelope-from ) for ; Mon, 26 Oct 2020 18:05:48 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id CEGZIvwPl18oaQAAbx9fmQ (envelope-from ) for ; Mon, 26 Oct 2020 18:05:48 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0FDC99401BC for ; Mon, 26 Oct 2020 18:05:48 +0000 (UTC) Received: from localhost ([::1]:49186 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kX6sN-0006PQ-1f for larch@yhetil.org; Mon, 26 Oct 2020 14:05:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kX6d8-0003DY-OV for guix-patches@gnu.org; Mon, 26 Oct 2020 13:50:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57917) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kX6d8-00042h-Bo for guix-patches@gnu.org; Mon, 26 Oct 2020 13:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kX6d8-00019z-7w for guix-patches@gnu.org; Mon, 26 Oct 2020 13:50:02 -0400 Subject: bug#44233: [PATCH] gnu: qgis: Fix many plugins. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 26 Oct 2020 17:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44233 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jonathan Brielmaier Cc: 44233-done@debbugs.gnu.org Mail-Followup-To: 44233@debbugs.gnu.org, mail@cbaines.net, jonathan.brielmaier@web.de Received: via spool by 44233-done@debbugs.gnu.org id=D44233.16037345594396 (code D ref 44233); Mon, 26 Oct 2020 17:50:02 +0000 Received: (at 44233-done) by debbugs.gnu.org; 26 Oct 2020 17:49:19 +0000 Received: from localhost ([127.0.0.1]:41228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kX6cQ-00018q-SJ for submit@debbugs.gnu.org; Mon, 26 Oct 2020 13:49:19 -0400 Received: from mira.cbaines.net ([212.71.252.8]:40270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kX6cP-00018i-II for 44233-done@debbugs.gnu.org; Mon, 26 Oct 2020 13:49:17 -0400 Received: from localhost (92.41.179.191.threembb.co.uk [92.41.179.191]) by mira.cbaines.net (Postfix) with ESMTPSA id A3B6E27BBF1; Mon, 26 Oct 2020 17:49:16 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 7dcdfd02; Mon, 26 Oct 2020 17:49:14 +0000 (UTC) References: <20201026090732.18508-1-jonathan.brielmaier@web.de> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <20201026090732.18508-1-jonathan.brielmaier@web.de> Date: Mon, 26 Oct 2020 17:49:13 +0000 Message-ID: <87ft60zxly.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: gEcL2AEGapVj --=-=-= Content-Type: text/plain Jonathan Brielmaier writes: > Fixes . > This fixes the installation of many plugins. > > * gnu/packages/geo.scm (qgis)[inputs]: Add python-future. > --- > 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) I've pushed this now as 542dc0ee4f2385c4d71f65fe3a36f4fe9eb68b9a. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+XDBlfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xe8ew/6A8WqwINk505Bi+N3zgFMTo7BoR7KLtL5 6PjP2yElBUzkMrAzhVC4NAXW3SkIsQoX7eotOQ45zq6GHgY8dUbr0jQjdJHc3ndk 6NDIDDbUDlSWwRraKXzD35RXxl7IO83nkIWtJzNAhCbsbKgmRfUiKxb3tECxtboE u7lqR+tE5nGTXajudtEMd14/YajEHC48qPHNSP6bf6B/ewN4VwVne5XMEBm47WPn eqqSwYHhlffRimllivSSaDXv8XghWQmzrfGMIe1m75X2XRdIXwE6aiksYSKcAQpy rhIpzatDswPbvfxP8JO9wwuhEOgdKYti0EJh8+q40yTmWJpU8sCizxgJA0LFaXXG ILwD+PS+dUsTpHya0Je1BOT29QwFABB6Z6DGIAfztkthq+ice1Wuvt/r9fZBZCJY JZ+Kj1f3Jyf66N/oHLj4ueJCG9xjLvVjseQ0Wj/Acz+J7OdwdBGIPAWrPsFSfaPI j7gw/nPbti5lkJ26PkFq0j+kSgSeRxQ+nQhrCatKuIJdzBO9XFu2B+1fCxxBni0X pyahBmiWN9EKuB28tLYowelVEVb0LN1UzI2Rqfira0uKZrR0WoNJCcOxq64/5wWv bGOSZ7k63Oskfgby6ZBSWWZmKI+QlYdlxDWGAKEQxck5zBOh6KaN7Fqd6gzPtjZx uzfHQrqiQTk= =qOj6 -----END PGP SIGNATURE----- --=-=-=--