summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-13 15:35:25 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:54:13 -0400
commite5c6816ddffd597f6f203a5ba686c0113ecd9f33 (patch)
treef821defb4afc01e20892481907a4653577c84ff3
parentf451a8e80cf8d2da08bb65c4c07e3d41d7a17e58 (diff)
downloadguix-patches-e5c6816ddffd597f6f203a5ba686c0113ecd9f33.tar
guix-patches-e5c6816ddffd597f6f203a5ba686c0113ecd9f33.tar.gz
gnu: Remove python2-wcwidth.
* gnu/packages/python-xyz.scm (python2-wcwidth): Delete variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2aea3d6c25..83200aa813 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16024,9 +16024,6 @@ Python implementation of the @code{wcwidth} and @code{wcswidth} C functions
specified in POSIX.1-2001 and POSIX.1-2008.")
(license license:expat)))
-(define-public python2-wcwidth
- (package-with-python2 python-wcwidth))
-
(define-public python-chai
(package
(name "python-chai")