python311Packages.dbt-semantic-interfaces: fix build

fixes https://hydra.nixos.org/build/253593334
This commit is contained in:
Peder Bergebakken Sundt 2024-03-22 00:08:00 +01:00
parent e90d6c591e
commit e1c5218f52
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@
, dbt-postgres
, fetchFromGitHub
, hatchling
, pythonRelaxDepsHook
, hypothesis
, importlib-metadata
, jinja2
@ -31,8 +32,13 @@ buildPythonPackage rec {
hash = "sha256-uvwcnOKjwxEmA+/QRGSRofpoE4jZzmE02mGSDLINrJw=";
};
pythonRelaxDeps = [
"importlib-metadata"
];
nativeBuildInputs = [
hatchling
pythonRelaxDepsHook
];
propagatedBuildInputs = [