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
commit d51fd78620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [