diff options
-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 150579b291..1128817bea 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19868,9 +19868,6 @@ JSON) codec.") if it does not fit, and resized if the terminal size changes.") (license license:gpl3+))) -(define-public python2-ttystatus - (package-with-python2 python-ttystatus)) - (define-public python-astroid (package (name "python-astroid") |