From ceee9eb31276b5758155377e1f59a78c7030c543 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 12 May 2022 20:58:47 -0400 Subject: gnu: Remove python2-linecache2. * gnu/packages/python-xyz.scm (python2-linecache2): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fea173baa2..3c4d9f73b7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20029,9 +20029,6 @@ attempting to optimize internally, using a cache, the common case where many lines are read from a single file.") (license license:psfl))) -(define-public python2-linecache2 - (package-with-python2 python-linecache2)) - (define-public python-traceback2 (package (name "python-traceback2") -- cgit 1.4.1