python3Packages.langcodes: add missing setuptools

This commit is contained in:
Alexandre Iooss
2022-10-04 10:33:32 +02:00
parent 490a05c4a8
commit a2a6cb1a69
@@ -6,6 +6,7 @@
, poetry-core
, pytestCheckHook
, language-data
, setuptools
}:
buildPythonPackage rec {
@@ -27,6 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
language-data
marisa-trie
setuptools # pkg_resources import in language_data/util.py
];
checkInputs = [