python312Packages.typed-settings: fixed failing build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user