Unverified Commit 7973d690 authored by a-n-n-a-l-e-e's avatar a-n-n-a-l-e-e Committed by GitHub
Browse files

Merge pull request #297869 from pbsds/fix-dbt-semantic-interfaces-1711061909

python311Packages.dbt-semantic-interfaces: fix build
parents 834cc4fa e1c5218f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 = [