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

This commit is contained in:
Luna Nova
2025-08-24 19:53:47 -07:00
parent 2a74d42cb0
commit 7d4fd96cd9
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchPypi,
llama-index-core,
poetry-core,
hatchling,
pythonOlder,
}:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
hash = "sha256-5eaNufjXiM4sgc101d19Z3W3CQLE3m8uLa1GOPh05ek=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [ llama-index-core ];