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
commit 7973d6909d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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 = [