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

Luna Nova 9d3ad8ab 7d4fd96c

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-readers-json/default.nix
··· 3 buildPythonPackage, 4 fetchPypi, 5 llama-index-core, 6 - poetry-core, 7 pythonOlder, 8 }: 9 ··· 20 hash = "sha256-ThQWERdEzPIAUaYWQDkSJdIIvixrKv0eN4LGRaNaS3U="; 21 }; 22 23 - build-system = [ poetry-core ]; 24 25 dependencies = [ llama-index-core ]; 26
··· 3 buildPythonPackage, 4 fetchPypi, 5 llama-index-core, 6 + hatchling, 7 pythonOlder, 8 }: 9 ··· 20 hash = "sha256-ThQWERdEzPIAUaYWQDkSJdIIvixrKv0eN4LGRaNaS3U="; 21 }; 22 23 + build-system = [ hatchling ]; 24 25 dependencies = [ llama-index-core ]; 26