From 4392bf589f0a654f71e245794bcafc1351f28943 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:13:42 -0400 Subject: [PATCH] gnu: Remove python2-ptyprocess. * gnu/packages/python-xyz.scm (python2-ptyprocess): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 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 @@ (define-public python-ptyprocess 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")