1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: Remove python2-chardet.

* gnu/packages/python-xyz.scm (python2-chardet): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:51:40 -04:00
parent e9d63dbd23
commit 3dd350f527
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")