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

python311Packages.dbt-semantic-interfaces: fix build
This commit is contained in:
a-n-n-a-l-e-e
2024-03-21 21:32:59 -07:00
committed by GitHub
@@ -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 = [