diff options
-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") |