diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:39:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:40 -0400 |
commit | b2515311f3b3700bf1ca3710796bb8b482688a73 (patch) | |
tree | 8d06e7f08bf994dd759f598196f89b5cf3c39445 /gnu | |
parent | 25a15e71e65b97f4b7ab9154411f42102beaab70 (diff) |
gnu: Remove python2-readlike.
* gnu/packages/python-xyz.scm (python2-readlike): 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 3ac9adee1e..2d8fd4a86a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24939,9 +24939,6 @@ Currently, all stateless Readline commands are implemented. Yanking and history are not supported.") (license license:expat))) -(define-public python2-readlike - (package-with-python2 python-readlike)) - (define-public python-reparser (package (name "python-reparser") |