gnu: Remove python2-clint.

* gnu/packages/python-xyz.scm (python2-clint): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:41:27 -04:00
parent ff4d3b7cb6
commit ff6c3bace1
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -15003,9 +15003,6 @@ (define-public python-clint
output, progress bar display, and pipes.")
(license license:isc)))
(define-public python2-clint
(package-with-python2 python-clint))
(define-public python-rply
(package
(name "python-rply")