python311Packages.pykoplenti: relax pydantic

This commit is contained in:
Fabian Affolter 2024-01-22 13:48:12 +01:00
parent 2e9100bd3b
commit 8f09424075

View File

@ -7,6 +7,7 @@
, pycryptodome
, pydantic
, pythonOlder
, pythonRelaxDepsHook
, setuptools
}:
@ -24,7 +25,12 @@ buildPythonPackage rec {
hash = "sha256-2sGkHCIGo1lzLurvQBmq+16sodAaK8v+mAbIH/Gd3+E=";
};
pythonRelaxDeps = [
"pydantic"
];
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
];