diff options
Diffstat (limited to 'gnu/packages')
-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 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") |