python312Packages.typed-settings: fixed failing build

This commit is contained in:
alejandro-angulo
2024-11-03 09:49:54 -08:00
parent aee91665f3
commit 3cddf760f0
@@ -6,6 +6,7 @@
click,
click-option-group,
fetchPypi,
hatch-vcs,
hatchling,
hypothesis,
jinja2,
@@ -15,7 +16,6 @@
tomli,
typing-extensions,
}:
buildPythonPackage rec {
pname = "typed-settings";
version = "24.5.0";
@@ -53,6 +53,8 @@ buildPythonPackage rec {
pydantic = [ pydantic ];
};
nativeBuildInputs = [ hatch-vcs ];
nativeCheckInputs = [
hypothesis
pytestCheckHook