[PATCH] gnu: csvkit: Add missing input.

  • Done
  • quality assurance status badge
Details
One participant
  • Tanguy Le Carrour
Owner
unassigned
Submitted by
Tanguy Le Carrour
Severity
normal
T
T
Tanguy Le Carrour wrote on 27 Jul 2020 12:51
(address . guix-patches@gnu.org)(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)
20200727105154.29052-1-tanguy@bioneland.org
* gnu/packages/wireservice.scm (csvkit)[inputs]: Add python-text-unidecode.
---
gnu/packages/wireservice.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Toggle diff (24 lines)
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
T
T
Tanguy Le Carrour wrote on 27 Jul 2020 12:59
Re: bug#42556: Acknowledgement ([PATCH] gnu: csvkit: Add missing input.)
(address . 42556@debbugs.gnu.org)
20200727105952.4kw5xjtbmfill6xp@melmoth
I forgot to mention "why" this patch…
`csvkit` will be broken when the patch #42511 is integrated. This is a
side effect of the update of `python-slugify`.

--
Tanguy
T
T
Tanguy Le Carrour wrote on 27 Jul 2020 21:58
[PATCH] gnu: csvkit: Add missing input.
(address . 42556-done@debbugs.gnu.org)
20200727195836.kka2s5scgbdxvruu@melmoth
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
Closed
?