Archived
1
0
Fork 0

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 @@ Pexpect works like Don Libes Expect. Pexpect allows your script to spawn a
child application and control it as if a human were typing commands.") child application and control it as if a human were typing commands.")
(license license:isc))) (license license:isc)))
(define-public python2-pexpect
(package-with-python2 python-pexpect))
(define-public python-setuptools-scm (define-public python-setuptools-scm
(package (package
(name "python-setuptools-scm") (name "python-setuptools-scm")