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

Luna Nova 2f4d5012 b34b2af0

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