From a2a6cb1a6940d95e119fa69ac1b9f6a2aa6aaa80 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 4 Oct 2022 10:33:32 +0200 Subject: [PATCH] python3Packages.langcodes: add missing setuptools --- pkgs/development/python-modules/langcodes/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/langcodes/default.nix b/pkgs/development/python-modules/langcodes/default.nix index e3454acd5cd9..72a80298c5cd 100644 --- a/pkgs/development/python-modules/langcodes/default.nix +++ b/pkgs/development/python-modules/langcodes/default.nix @@ -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 = [