diff options
Diffstat (limited to 'gnu')
-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 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") |