diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:13:42 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:30 -0400 |
commit | 4392bf589f0a654f71e245794bcafc1351f28943 (patch) | |
tree | 7848f10168b3538e924fbdfac99b824d77a0132d /gnu | |
parent | 059365b96904c788d06a995d61d9e00d40a44963 (diff) | |
download | guix-4392bf589f0a654f71e245794bcafc1351f28943.tar.gz guix-4392bf589f0a654f71e245794bcafc1351f28943.zip |
gnu: Remove python2-ptyprocess.
* gnu/packages/python-xyz.scm (python2-ptyprocess): Delete variable.
Diffstat (limited to 'gnu')
-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 66cfbb77f6..c45f8ef436 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11276,9 +11276,6 @@ markdown_py is also provided to convert Markdown files to HTML.") 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") |