python3Packages.llama-index-embeddings-gemini: 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,
|
||||
}:
|
||||
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
|
||||
pythonRelaxDeps = [ "google-generativeai" ];
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
google-generativeai
|
||||
|
||||
Reference in New Issue
Block a user