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 3 buildPythonPackage, 4 4 fetchPypi, 5 5 llama-index-core, 6 - poetry-core, 6 + hatchling, 7 7 pythonOlder, 8 8 }: 9 9 ··· 20 20 hash = "sha256-ThQWERdEzPIAUaYWQDkSJdIIvixrKv0eN4LGRaNaS3U="; 21 21 }; 22 22 23 - build-system = [ poetry-core ]; 23 + build-system = [ hatchling ]; 24 24 25 25 dependencies = [ llama-index-core ]; 26 26