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

Luna Nova 7d4fd96c 2a74d42c

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