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

This commit is contained in:
Luna Nova
2025-08-24 19:53:42 -07:00
parent b34b2af049
commit 2f4d5012c8
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchPypi,
llama-index-core,
poetry-core,
hatchling,
pythonOlder,
}:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
hash = "sha256-rFh4OaERCJ6opiVfkhQBbXqBOzg7u7+SB3mb4RAHWOs=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [ llama-index-core ];