python3Packages.llama-index-embeddings-ollama: fix build by setting hatchling as build-system

Luna Nova b34b2af0 c13e4508

Changed files
+2 -2
pkgs
development
python-modules
llama-index-embeddings-ollama
+2 -2
pkgs/development/python-modules/llama-index-embeddings-ollama/default.nix
···
fetchPypi,
llama-index-core,
ollama,
-
poetry-core,
+
hatchling,
pythonOlder,
}:
···
pythonRelaxDeps = [ "ollama" ];
-
build-system = [ poetry-core ];
+
build-system = [ hatchling ];
dependencies = [
llama-index-core