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

Luna Nova 8995fd74 b47ac1a3

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-readers-twitter/default.nix
··· 3 3 buildPythonPackage, 4 4 fetchPypi, 5 5 llama-index-core, 6 - poetry-core, 6 + hatchling, 7 7 pythonOlder, 8 8 tweepy, 9 9 }: ··· 21 21 hash = "sha256-AfruOaKbPJasPS0eQjr6501yt32nQ7PvFwD2QVdgBYA="; 22 22 }; 23 23 24 - build-system = [ poetry-core ]; 24 + build-system = [ hatchling ]; 25 25 26 26 dependencies = [ 27 27 llama-index-core