Merge pull request #249186 from fabaff/vulcan-fix

python311Packages.vulcan-api: fix issue with cchardet/faust-cchardet
This commit is contained in:
Fabian Affolter 2023-08-15 08:42:31 +02:00 committed by GitHub
commit 7f2dd53024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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