gnu: Remove python2-wcwidth.

* gnu/packages/python-xyz.scm (python2-wcwidth): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-13 15:35:25 -04:00
parent f451a8e80c
commit e5c6816ddf
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -16024,9 +16024,6 @@ (define-public python-wcwidth
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")