* [bug#42556] [PATCH] gnu: csvkit: Add missing input.
@ 2020-07-27 10:51 Tanguy Le Carrour
[not found] ` <handler.42556.B.159584715616599.ack@debbugs.gnu.org>
2020-07-27 19:58 ` bug#42556: [PATCH] gnu: csvkit: Add missing input Tanguy Le Carrour
0 siblings, 2 replies; 3+ messages in thread
From: Tanguy Le Carrour @ 2020-07-27 10:51 UTC (permalink / raw)
To: 42556; +Cc: Tanguy Le Carrour
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#42556] Acknowledgement ([PATCH] gnu: csvkit: Add missing input.)
[not found] ` <handler.42556.B.159584715616599.ack@debbugs.gnu.org>
@ 2020-07-27 10:59 ` Tanguy Le Carrour
0 siblings, 0 replies; 3+ messages in thread
From: Tanguy Le Carrour @ 2020-07-27 10:59 UTC (permalink / raw)
To: 42556
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#42556: [PATCH] gnu: csvkit: Add missing input.
2020-07-27 10:51 [bug#42556] [PATCH] gnu: csvkit: Add missing input Tanguy Le Carrour
[not found] ` <handler.42556.B.159584715616599.ack@debbugs.gnu.org>
@ 2020-07-27 19:58 ` Tanguy Le Carrour
1 sibling, 0 replies; 3+ messages in thread
From: Tanguy Le Carrour @ 2020-07-27 19:58 UTC (permalink / raw)
To: 42556-done
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-07-27 19:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-27 10:51 [bug#42556] [PATCH] gnu: csvkit: Add missing input Tanguy Le Carrour
[not found] ` <handler.42556.B.159584715616599.ack@debbugs.gnu.org>
2020-07-27 10:59 ` [bug#42556] Acknowledgement ([PATCH] gnu: csvkit: Add missing input.) Tanguy Le Carrour
2020-07-27 19:58 ` bug#42556: [PATCH] gnu: csvkit: Add missing input Tanguy Le Carrour
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).