From a5581a11354b813bac186da74acdfdd98c01fe3e Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 17:43:14 -0400 Subject: gnu: Remove python2-editor. * gnu/packages/python-xyz.scm (python2-editor): 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 1540cffce5..8d4a029257 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16348,9 +16348,6 @@ by providing an implementation of the PEP 3156 event-loop.") programmatically interfacing with your system's $EDITOR.") (license license:asl2.0))) -(define-public python2-editor - (package-with-python2 python-editor)) - (define-public python-multiprocessing-logging (package (name "python-multiprocessing-logging") -- cgit 1.4.1