python3Packages.llama-index-graph-stores-neo4j: fix build by setting hatchling as build-system

This commit is contained in:
Luna Nova
2025-08-24 19:53:45 -07:00
parent ebff05012a
commit 2a74d42cb0
@@ -4,7 +4,7 @@
fetchPypi,
neo4j,
llama-index-core,
poetry-core,
hatchling,
pythonOlder,
}:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-Iumsnln5iGMAoB3aY4haecm87jYXlEW4/2+uppW8m9c=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
neo4j