Loading pkgs/development/python-modules/textstat/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, cmudict, setuptools, pyphen, pytestCheckHook, Loading Loading @@ -31,6 +32,7 @@ buildPythonPackage rec { dependencies = [ setuptools pyphen cmudict ]; pythonImportsCheck = [ Loading @@ -38,7 +40,7 @@ buildPythonPackage rec { ]; enabledTestPaths = [ "test.py" "tests/" ]; meta = { Loading Loading
pkgs/development/python-modules/textstat/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, cmudict, setuptools, pyphen, pytestCheckHook, Loading Loading @@ -31,6 +32,7 @@ buildPythonPackage rec { dependencies = [ setuptools pyphen cmudict ]; pythonImportsCheck = [ Loading @@ -38,7 +40,7 @@ buildPythonPackage rec { ]; enabledTestPaths = [ "test.py" "tests/" ]; meta = { Loading