python311Packages.vulcan-api: fix issue with cchardet/faust-cchardet

This commit is contained in:
Fabian Affolter 2023-08-11 21:45:44 +02:00
parent 3af9ec4f57
commit 9e7f179d41

View file

@ -7,6 +7,7 @@
, fetchFromGitHub
, pyopenssl
, pythonOlder
, pythonRelaxDepsHook
, pytz
, related
, requests
@ -28,6 +29,14 @@ buildPythonPackage rec {
hash = "sha256-5Tj611p4wYn7GjoCtCTRhUZkKyAJglHcci76ciVFWik=";
};
pythonRemoveDeps = [
"faust-cchardet"
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
propagatedBuildInputs = [
aenum
aiodns