python3Packages.craft-grammar: move pydantic to dependencies

This commit is contained in:
FliegendeWurst
2025-06-06 12:30:00 +02:00
parent 8e468f5550
commit 65c2df8760
@@ -25,12 +25,14 @@ buildPythonPackage rec {
build-system = [ setuptools-scm ];
dependencies = [ overrides ];
dependencies = [
overrides
pydantic
];
pythonImportsCheck = [ "craft_grammar" ];
nativeCheckInputs = [
pydantic
pytestCheckHook
pyyaml
];