Merge pull request #194370 from erdnaxe/langcodes-fix

This commit is contained in:
Sandro
2022-10-04 15:58:17 +02:00
committed by GitHub
@@ -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 = [