diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:56:13 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:38:06 -0400 |
commit | 82c772a774fdc64f60e3814e8648f2bae9d15306 (patch) | |
tree | 5edbf35d5afc68733df9d9389c0e75a052e0b4ee /gnu/packages/python-xyz.scm | |
parent | 97f4fd8a746c41bb305c43aee6ba015c066a5c8f (diff) | |
download | guix-82c772a774fdc64f60e3814e8648f2bae9d15306.tar.gz |
gnu: python2-tables: Remove package.
* gnu/packages/python-xyz.scm (python2-tables): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 674f343691..a4584140a5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9528,9 +9528,6 @@ tasks, sockets, files, locks, and queues.") designed to efficiently cope with extremely large amounts of data.") (license license:bsd-3))) -(define-public python2-tables - (package-with-python2 python-tables)) - (define-public python-sniffio (package (name "python-sniffio") |