Unverified Commit f4c8f017 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.typed-settings: fixed failing build (#353448)

parents b1ea8738 3cddf760
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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