Loading pkgs/development/python-modules/rebulk/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ buildPythonPackage rec { buildInputs = [ pytest pytest-runner ]; propagatedBuildInputs = [ six regex ]; pythonImportsCheck = [ "rebulk" ]; meta = with lib; { description = "Advanced string matching from simple patterns"; homepage = "https://github.com/Toilal/rebulk/"; Loading Loading
pkgs/development/python-modules/rebulk/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ buildPythonPackage rec { buildInputs = [ pytest pytest-runner ]; propagatedBuildInputs = [ six regex ]; pythonImportsCheck = [ "rebulk" ]; meta = with lib; { description = "Advanced string matching from simple patterns"; homepage = "https://github.com/Toilal/rebulk/"; Loading