Loading pkgs/development/python-modules/mechanize/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,10 @@ buildPythonPackage rec { doCheck = false; pythonImportsCheck = [ "mechanize" ]; meta = with lib; { description = "Stateful programmatic web browsing in Python"; homepage = "https://github.com/python-mechanize/mechanize"; Loading Loading
pkgs/development/python-modules/mechanize/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,10 @@ buildPythonPackage rec { doCheck = false; pythonImportsCheck = [ "mechanize" ]; meta = with lib; { description = "Stateful programmatic web browsing in Python"; homepage = "https://github.com/python-mechanize/mechanize"; Loading