python311Packages.dbt-semantic-interfaces: fix build
fixes https://hydra.nixos.org/build/253593334
This commit is contained in:
parent
e90d6c591e
commit
e1c5218f52
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user