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

Luna Nova 771b8d35 a55ad07e

+2 -4
+2 -4
pkgs/development/python-modules/llama-index-readers-llama-parse/default.nix
··· 4 4 fetchPypi, 5 5 llama-index-core, 6 6 llama-parse, 7 - poetry-core, 7 + hatchling, 8 8 pythonOlder, 9 9 }: 10 10 ··· 23 23 24 24 pythonRelaxDeps = [ "llama-parse" ]; 25 25 26 - nativeBuildInputs = [ 27 - poetry-core 28 - ]; 26 + build-system = [ hatchling ]; 29 27 30 28 propagatedBuildInputs = [ 31 29 llama-parse