From 3439d916086f78fbddbfc8a2733036638a6dd638 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 18 Feb 2018 19:32:00 +0100 Subject: [PATCH] pathpy fixup --- pkgs/development/python-modules/path.py/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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";