gnu: Remove python2-pexpect.

* gnu/packages/python-xyz.scm (python2-pexpect): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:00:58 -04:00
parent a38349bc66
commit 9d9855f6b8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -8222,9 +8222,6 @@ (define-public python-pexpect
child application and control it as if a human were typing commands.")
(license license:isc)))
(define-public python2-pexpect
(package-with-python2 python-pexpect))
(define-public python-setuptools-scm
(package
(name "python-setuptools-scm")