aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:46:15 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:51 -0400
commit69655554e2b9c093195f857513dcb7c1102e25d6 (patch)
treed7de0f0eb1fc8053cae8aa086e9abfe2ad7e6718 /gnu
parent72fe78ab85afb6522269bc4d294d882d98cd9d4f (diff)
downloadguix-69655554e2b9c093195f857513dcb7c1102e25d6.tar
guix-69655554e2b9c093195f857513dcb7c1102e25d6.tar.gz
gnu: Remove python2-prettytable.
* gnu/packages/python-xyz.scm (python2-prettytable): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 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")