Loading pkgs/development/python-modules/clevercsv/default.nix +20 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub # propagates , chardet , regex , packaging # optionals , faust-cchardet , pandas , regex , tabview # TODO: , wilderness # tests , python , pytestCheckHook }: Loading @@ -24,15 +32,22 @@ buildPythonPackage rec { propagatedBuildInputs = [ chardet regex packaging ]; passthru.optional-dependencies = { full = [ faust-cchardet pandas regex tabview # TODO: wilderness ]; }; nativeCheckInputs = [ pytestCheckHook ]; ] ++ passthru.optional-dependencies.full; pythonImportsCheck = [ "clevercsv" Loading Loading
pkgs/development/python-modules/clevercsv/default.nix +20 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub # propagates , chardet , regex , packaging # optionals , faust-cchardet , pandas , regex , tabview # TODO: , wilderness # tests , python , pytestCheckHook }: Loading @@ -24,15 +32,22 @@ buildPythonPackage rec { propagatedBuildInputs = [ chardet regex packaging ]; passthru.optional-dependencies = { full = [ faust-cchardet pandas regex tabview # TODO: wilderness ]; }; nativeCheckInputs = [ pytestCheckHook ]; ] ++ passthru.optional-dependencies.full; pythonImportsCheck = [ "clevercsv" Loading