python3Packages.dbt-semantic-interfaces: fix build

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-08-17 20:12:40 -04:00
parent 991eb3e013
commit 8a628f9b59

View File

@@ -33,7 +33,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-LA5GvSm8M15NOG6f2f/gXplqburO+SpAzMZr178jx9k=";
};
pythonRelaxDeps = [ "importlib-metadata" ];
pythonRelaxDeps = [
"importlib-metadata"
"more-itertools"
];
build-system = [
hatchling