diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 20:58:47 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:54:05 -0400 |
commit | ceee9eb31276b5758155377e1f59a78c7030c543 (patch) | |
tree | 48be1ddde5dec656018d71d3b990ecd4e6c8f229 /gnu | |
parent | 22e269f566ea31e339b6afe3ce80000e88735a5c (diff) | |
download | guix-ceee9eb31276b5758155377e1f59a78c7030c543.tar.gz |
gnu: Remove python2-linecache2.
* gnu/packages/python-xyz.scm (python2-linecache2): Delete variable.
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") |