python3Packages.llama-index-vector-stores-google: fix build by setting hatchling as build-system
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
fetchPypi,
|
||||
google-generativeai,
|
||||
llama-index-core,
|
||||
poetry-core,
|
||||
hatchling,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
pythonRelaxDeps = [ "google-generativeai" ];
|
||||
|
||||
build-system = [
|
||||
poetry-core
|
||||
hatchling
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user