gnu: Remove python2-prompt-toolkit.

* gnu/packages/python-xyz.scm (python2-prompt-toolkit): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:43:09 -04:00
parent 2b612f1589
commit 6a16599d39
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -18286,9 +18286,6 @@ (define-public python-prompt-toolkit-2
(list python-wcwidth python-six python-pygments))
(properties '())))
(define-public python2-prompt-toolkit
(package-with-python2 python-prompt-toolkit-2))
(define-public python-prompt-toolkit-1
(package (inherit python-prompt-toolkit-2)
(version "1.0.15")