summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:13:42 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:30 -0400
commit4392bf589f0a654f71e245794bcafc1351f28943 (patch)
tree7848f10168b3538e924fbdfac99b824d77a0132d /gnu/packages
parent059365b96904c788d06a995d61d9e00d40a44963 (diff)
downloadguix-patches-4392bf589f0a654f71e245794bcafc1351f28943.tar
guix-patches-4392bf589f0a654f71e245794bcafc1351f28943.tar.gz
gnu: Remove python2-ptyprocess.
* gnu/packages/python-xyz.scm (python2-ptyprocess): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm3
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")