about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-03-22 00:08:00 +0100
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-03-22 00:08:00 +0100
commite1c5218f52a2405c87cc78e1861a2b0b87ca3c17 (patch)
treeb099b9494b5c76a1789d339fd3042d9b37149281
parente90d6c591e3bf94f75b51945a078eab12732234a (diff)
python311Packages.dbt-semantic-interfaces: fix build
fixes https://hydra.nixos.org/build/253593334
-rw-r--r--pkgs/development/python-modules/dbt-semantic-interfaces/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/dbt-semantic-interfaces/default.nix b/pkgs/development/python-modules/dbt-semantic-interfaces/default.nix
index a51cb07f099c2..894dbed29f265 100644
--- a/pkgs/development/python-modules/dbt-semantic-interfaces/default.nix
+++ b/pkgs/development/python-modules/dbt-semantic-interfaces/default.nix
@@ -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 = [