about summary refs log tree commit diff
diff options
context:
space:
mode:
authora-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-03-21 21:32:59 -0700
committerGitHub <noreply@github.com>2024-03-21 21:32:59 -0700
commit7973d6909dbab6d45b02052a0b5fba5919cffcdf (patch)
treea9e9ef00ee388f3c23492818adafdbd3dbd6a916
parent834cc4fa6b2a77d61c76ac2dd634197bb6909f64 (diff)
parente1c5218f52a2405c87cc78e1861a2b0b87ca3c17 (diff)
Merge pull request #297869 from pbsds/fix-dbt-semantic-interfaces-1711061909
python311Packages.dbt-semantic-interfaces: fix build
-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 = [