7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-XoasB3c1fgBusEzSj37Z+BHUjf+mA9OJGsbSuSKA3JE=";
16 propagatedBuildInputs = [ html5lib ];
21 description = "Stateful programmatic web browsing in Python";
22 homepage = "https://github.com/python-mechanize/mechanize";
23 license = "BSD-style";