diff --git a/pkgs/development/python-modules/path.py/default.nix b/pkgs/development/python-modules/path.py/default.nix index 28da198bd26..53754fd3dc2 100644 --- a/pkgs/development/python-modules/path.py/default.nix +++ b/pkgs/development/python-modules/path.py/default.nix @@ -5,6 +5,7 @@ , pytestrunner , pytest , glibcLocales +, packaging }: buildPythonPackage rec { @@ -17,8 +18,8 @@ buildPythonPackage rec { sha256 = "16134e5b287aba4a4125a6722e7837cf2a149fccc5000c500ae6c71a5525488b"; }; - checkInputs = [ pytest pytestrunner ]; - buildInputs = [setuptools_scm glibcLocales ]; + checkInputs = [ pytest pytestrunner glibcLocales packaging ]; + buildInputs = [ setuptools_scm ]; LC_ALL="en_US.UTF-8";