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

View File

@ -5,6 +5,7 @@
, dbt-postgres , dbt-postgres
, fetchFromGitHub , fetchFromGitHub
, hatchling , hatchling
, pythonRelaxDepsHook
, hypothesis , hypothesis
, importlib-metadata , importlib-metadata
, jinja2 , jinja2
@ -31,8 +32,13 @@ buildPythonPackage rec {
hash = "sha256-uvwcnOKjwxEmA+/QRGSRofpoE4jZzmE02mGSDLINrJw="; hash = "sha256-uvwcnOKjwxEmA+/QRGSRofpoE4jZzmE02mGSDLINrJw=";
}; };
pythonRelaxDeps = [
"importlib-metadata"
];
nativeBuildInputs = [ nativeBuildInputs = [
hatchling hatchling
pythonRelaxDepsHook
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [