8 buildPythonPackage rec {
13 pname = "python-${pname}";
15 sha256 = "0q8c3k0kdnd11g2s56cp8va9365x0xfr2m2zn9fgxjijdyhwdic5";
18 propagatedBuildInputs = [ requests ];
26 export HOME=$(pwd)/check-phase
30 homepage = "https://github.com/python-bugzilla/python-bugzilla";
31 description = "Bugzilla XMLRPC access module";
32 license = licenses.gpl2Plus;
33 platforms = platforms.all;
34 maintainers = with maintainers; [ pierron ];