emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42556: closed ([PATCH] gnu: csvkit: Add missing input.)


From: GNU bug Tracking System
Subject: bug#42556: closed ([PATCH] gnu: csvkit: Add missing input.)
Date: Mon, 27 Jul 2020 19:59:02 +0000

Your message dated Mon, 27 Jul 2020 21:58:36 +0200
with message-id <20200727195836.kka2s5scgbdxvruu@melmoth>
and subject line [PATCH] gnu: csvkit: Add missing input.
has caused the debbugs.gnu.org bug report #42556,
regarding [PATCH] gnu: csvkit: Add missing input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42556: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42556
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: csvkit: Add missing input. Date: Mon, 27 Jul 2020 12:51:54 +0200
* 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 <pierre.langlois@gmx.com>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: csvkit: Add missing input. Date: Mon, 27 Jul 2020 21:58:36 +0200
Actually, I figured out (yes, I can be a bit slow) that it would make
more sense to have this patch in the same set as the patch that
introduces the problem: #42511.

Sorry for the noise!

-- 
Tanguy


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]