GNU bug report logs -
#63164
[PATCH] gnu: plover: Fix build.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sat, 29 Apr 2023 04:33:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Fixes this error in tests:
`pkg_resources.DistributionNotFound: The 'wcwidth' distribution was not found and is required by the application`
* gnu/packages/stenography.scm (plover)[inputs]: Add python-wcwidth.
---
gnu/packages/stenography.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/stenography.scm b/gnu/packages/stenography.scm
index f95910dcff..67f9754652 100644
--- a/gnu/packages/stenography.scm
+++ b/gnu/packages/stenography.scm
@@ -105,6 +105,7 @@ (define-public plover
python-pyqt
python-pyserial
python-rtf-tokenize
+ python-wcwidth
python-xlib
qtsvg-5))
(home-page "https://www.openstenoproject.org/plover/")
base-commit: 4884ee6dd4b1694a4a502dd8058d6c61fa0c0199
--
2.40.1
This bug report was last modified 2 years and 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.