python3Packages.language-data: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-19 04:59:38 +02:00 committed by Sandro Jäckel
parent bd440ac0d0
commit 8b416a1eba
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -4,6 +4,7 @@
, marisa-trie
, poetry-core
, pythonOlder
, setuptools
}:
buildPythonApplication rec {
@ -22,6 +23,7 @@ buildPythonApplication rec {
nativeBuildInputs = [
poetry-core
setuptools
];
propagatedBuildInputs = [