diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:01:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:18 -0400 |
commit | c80cd05540493c06abebbbcb86ce1dbe278cfc88 (patch) | |
tree | f5da895fc2677aed7b88667141c4386a6a4d05bd | |
parent | e6e55d7efb25f48cd90da2331c232076af542658 (diff) |
gnu: Remove python2-xlrd.
* gnu/packages/python-xyz.scm (python2-xlrd): 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 5edeef44f0..ce12ac2ded 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12185,9 +12185,6 @@ spreadsheets using Microsoft Excel proprietary file formats @samp{.xls} and Unicode-aware. It is not intended as an end-user tool.") (license license:bsd-3))) -(define-public python2-xlrd - (package-with-python2 python-xlrd)) - ;;; Note: this package is unmaintained since 2018 (archived on GitHub). (define-public python-xlwt (package |