diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:23:06 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:09 -0400 |
commit | 9e1ee95c1751f97f987f9200d9434b61ea038e9a (patch) | |
tree | 34ed0c457648d0b716be39e64fe278f35d7c32c0 | |
parent | fc90a42f5f11cbe082369732feb773cf4ac4be0d (diff) |
gnu: Remove python2-texttable.
* gnu/packages/python-xyz.scm (python2-texttable): Delete variable.
-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 c7628d010b..e589cb154f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14504,9 +14504,6 @@ the standard library.") tables.") (license license:expat))) -(define-public python2-texttable - (package-with-python2 python-texttable)) - (define-public python-atomicwrites (package (name "python-atomicwrites") |