summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:01:57 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:18 -0400
commitc80cd05540493c06abebbbcb86ce1dbe278cfc88 (patch)
treef5da895fc2677aed7b88667141c4386a6a4d05bd
parente6e55d7efb25f48cd90da2331c232076af542658 (diff)
gnu: Remove python2-xlrd.
* gnu/packages/python-xyz.scm (python2-xlrd): Delete variable.
-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 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