mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
python3Packages.dbt-semantic-interfaces: fix build
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -33,7 +33,10 @@ buildPythonPackage (finalAttrs: {
|
||||
hash = "sha256-LA5GvSm8M15NOG6f2f/gXplqburO+SpAzMZr178jx9k=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "importlib-metadata" ];
|
||||
pythonRelaxDeps = [
|
||||
"importlib-metadata"
|
||||
"more-itertools"
|
||||
];
|
||||
|
||||
build-system = [
|
||||
hatchling
|
||||
|
||||
Reference in New Issue
Block a user