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 8MWYKWU0H1+TJgAA0tVLHw (envelope-from ) for ; Mon, 27 Jul 2020 20:09:09 +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 SOBIJWU0H1+OeAAAbx9fmQ (envelope-from ) for ; Mon, 27 Jul 2020 20:09:09 +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 E5AA49403A3 for ; Mon, 27 Jul 2020 20:09:08 +0000 (UTC) Received: from localhost ([::1]:36764 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k09Qp-0004Yg-E9 for larch@yhetil.org; Mon, 27 Jul 2020 16:09:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53614) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k09Ql-0004XW-0x for guix-patches@gnu.org; Mon, 27 Jul 2020 16:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44197) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k09Qk-000729-O3 for guix-patches@gnu.org; Mon, 27 Jul 2020 16:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k09Qk-0003ZF-JZ for guix-patches@gnu.org; Mon, 27 Jul 2020 16:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42511] [PATCH v3 2/3] gnu: csvkit: Fix problem caused by the update of python-slugify. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 Jul 2020 20:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42511 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42511@debbugs.gnu.org Cc: Tanguy Le Carrour Received: via spool by 42511-submit@debbugs.gnu.org id=B42511.159588053113676 (code B ref 42511); Mon, 27 Jul 2020 20:09:02 +0000 Received: (at 42511) by debbugs.gnu.org; 27 Jul 2020 20:08:51 +0000 Received: from localhost ([127.0.0.1]:55739 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k09QY-0003YR-P7 for submit@debbugs.gnu.org; Mon, 27 Jul 2020 16:08:51 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:50107) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k09QW-0003Y5-SX for 42511@debbugs.gnu.org; Mon, 27 Jul 2020 16:08:49 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost.localdomain (static-176-185-184-238.axione.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id C2179C000B; Mon, 27 Jul 2020 20:08:42 +0000 (UTC) From: Tanguy Le Carrour Date: Mon, 27 Jul 2020 22:08:17 +0200 Message-Id: <20200727200818.2628-2-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200727200818.2628-1-tanguy@bioneland.org> References: <20200727200818.2628-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) 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: -0.01 X-TUID: CRQihdu+Z1JB * gnu/packages/wireservice.scm (csvkit)[inputs]: Add python-text-unidecode. --- gnu/packages/wireservice.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm index e3bfe8d478..9451e24d33 100644 --- a/gnu/packages/wireservice.scm +++ b/gnu/packages/wireservice.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Pierre Langlois ;;; Copyright © 2020 Tobias Geerinckx-Rice +;;; Copyright © 2020 Tanguy Le Carrour ;;; ;;; This file is part of GNU Guix. ;;; @@ -215,7 +216,8 @@ for xls and xlsx files support to all @code{agate.Table} instances."))) `(("python-agate-dbf" ,python-agate-dbf) ("python-agate-excel" ,python-agate-excel) ("python-agate-sql" ,python-agate-sql) - ("python-six" ,python-six))) + ("python-six" ,python-six) + ("python-text-unidecode" ,python-text-unidecode))) (arguments `(#:phases (modify-phases %standard-phases -- 2.27.0