summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-01 02:51:40 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:50 -0400
commit3dd350f5277358bb42aa32a22f3eeb1667e17ab1 (patch)
tree0a12df888d31843aa24857ee2dba0c19881e6e90
parente9d63dbd23c7fe5754dfc1a906a4521e33f80277 (diff)
gnu: Remove python2-chardet.
* gnu/packages/python-xyz.scm (python2-chardet): 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 ba71259c26..97a81980a5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13559,9 +13559,6 @@ simulation, statistical modeling, machine learning and much more.")
automatically detect a wide range of file encodings.")
(license license:lgpl2.1+)))
-(define-public python2-chardet
- (package-with-python2 python-chardet))
-
(define-public python-charset-normalizer
(package
(name "python-charset-normalizer")