diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:24:40 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:02 -0400 |
commit | 627b81c15993e4622c2f8e05e56b1f8878bf534a (patch) | |
tree | 45081365de305781de0c980567b9786ef6784551 /gnu | |
parent | 4dac0380f41220663ed27e148d6522ba10a3057d (diff) |
gnu: Remove python2-ttystatus.
* gnu/packages/python-xyz.scm (python2-ttystatus): 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 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") |