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

This commit is contained in:
Luna Nova
2025-08-24 19:53:52 -07:00
parent b47ac1a348
commit 8995fd742e
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchPypi,
llama-index-core,
poetry-core,
hatchling,
pythonOlder,
tweepy,
}:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-AfruOaKbPJasPS0eQjr6501yt32nQ7PvFwD2QVdgBYA=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
llama-index-core