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

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

bug#63164: closed ([PATCH] gnu: plover: Fix build.)


From: GNU bug Tracking System
Subject: bug#63164: closed ([PATCH] gnu: plover: Fix build.)
Date: Sun, 30 Apr 2023 21:18:02 +0000

Your message dated Sun, 30 Apr 2023 23:17:27 +0200
with message-id <871qk1oys8.fsf@gnu.org>
and subject line Re: bug#63164: [PATCH] gnu: plover: Fix build.
has caused the debbugs.gnu.org bug report #63164,
regarding [PATCH] gnu: plover: Fix build.
to be marked as done.

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


-- 
63164: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63164
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: plover: Fix build. Date: Sat, 29 Apr 2023 00:32:06 -0400
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#63164: [PATCH] gnu: plover: Fix build. Date: Sun, 30 Apr 2023 23:17:27 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
kiasoc5 <kiasoc5@disroot.org> skribis:

> 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.

Applied, thanks!


--- End Message ---

reply via email to

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