gnu: Remove python2-ptyprocess.

* gnu/packages/python-xyz.scm (python2-ptyprocess): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:13:42 -04:00
parent 059365b969
commit 4392bf589f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -11276,9 +11276,6 @@ (define-public python-ptyprocess
pseudo terminal (pty), and interact with both the process and its pty.")
(license license:isc)))
(define-public python2-ptyprocess
(package-with-python2 python-ptyprocess))
(define-public python-cram
(package
(name "python-cram")