mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-06 22:03:13 +00:00
Merge pull request #249186 from fabaff/vulcan-fix
python311Packages.vulcan-api: fix issue with cchardet/faust-cchardet
This commit is contained in:
commit
7f2dd53024
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user