From 69655554e2b9c093195f857513dcb7c1102e25d6 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 17:46:15 -0400 Subject: gnu: Remove python2-prettytable. * gnu/packages/python-xyz.scm (python2-prettytable): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8ef36eb922..528063ae78 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12467,9 +12467,6 @@ independent alignment of columns (left or right justified or centred) and printing of sub-tables by specifying a row range.") (license license:bsd-3))) -(define-public python2-prettytable - (package-with-python2 python-prettytable)) - (define-public python-curio (package (name "python-curio") -- cgit v1.2.3