python3Packages.llama-index-readers-s3: fix build by setting hatchling as build-system

This commit is contained in:
Luna Nova
2025-08-24 19:53:50 -07:00
parent 9d3ad8ab28
commit b47ac1a348
@@ -4,7 +4,7 @@
fetchPypi,
llama-index-core,
llama-index-readers-file,
poetry-core,
hatchling,
pythonOlder,
s3fs,
}:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
hash = "sha256-3wzxfKkwhC4YfUYPBa/XKqIZQ6zLgB9SSHR+vPhwzOA=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
llama-index-core