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

Luna Nova b47ac1a3 9d3ad8ab

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-readers-s3/default.nix
··· 4 4 fetchPypi, 5 5 llama-index-core, 6 6 llama-index-readers-file, 7 - poetry-core, 7 + hatchling, 8 8 pythonOlder, 9 9 s3fs, 10 10 }: ··· 22 22 hash = "sha256-3wzxfKkwhC4YfUYPBa/XKqIZQ6zLgB9SSHR+vPhwzOA="; 23 23 }; 24 24 25 - build-system = [ poetry-core ]; 25 + build-system = [ hatchling ]; 26 26 27 27 dependencies = [ 28 28 llama-index-core