mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
python311Packages.pygitguardian: relax marshmallow-dataclass constraint
This commit is contained in:
parent
b8b2a1737d
commit
5419ff5c8e
@ -5,6 +5,7 @@
|
||||
, marshmallow-dataclass
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, requests
|
||||
, responses
|
||||
, setuptools
|
||||
@ -26,7 +27,12 @@ buildPythonPackage rec {
|
||||
hash = "sha256-ybl6QOLb1xE6v0D1C2wKMsSU+r2gWzj24Q4pPIMBsCY=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"marshmallow-dataclass"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user