diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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") |