python310Packages.cchardet: Drop in favor of faust-cchardet

The former packages has seen its last release in 2020-10 and can be
considered abandoned. Meanwhile a new fork has appeared in
faust-cchardet, that we're going to use in its place.

Co-Authored-By: Robert Schütz <nix@dotlambda.de>
This commit is contained in:
Martin Weinelt
2023-03-03 23:59:29 +01:00
co-authored by Robert Schütz
parent f0443b2843
commit 1bd4b71a35
12 changed files with 15 additions and 73 deletions
@@ -14,7 +14,7 @@
, aiosignal
, aiodns
, brotli
, cchardet
, faust-cchardet
, asynctest
, typing-extensions
, idna-ssl
@@ -66,7 +66,7 @@ buildPythonPackage rec {
aiosignal
aiodns
brotli
cchardet
faust-cchardet
] ++ lib.optionals (pythonOlder "3.8") [
asynctest
typing-extensions