diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:00:58 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:17 -0400 |
commit | 9d9855f6b839d2cba9e537a06255c15656f4059f (patch) | |
tree | b1a79167191c5820ef6c8840df1b0603d8b9942b /gnu/packages/python-xyz.scm | |
parent | a38349bc66efbb9f24213510ee0bf6240c673d90 (diff) |
gnu: Remove python2-pexpect.
* gnu/packages/python-xyz.scm (python2-pexpect): Delete variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 67b485a480..3025300a8e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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.") (license license:isc))) -(define-public python2-pexpect - (package-with-python2 python-pexpect)) - (define-public python-setuptools-scm (package (name "python-setuptools-scm") |