12 buildPythonPackage rec {
13 pname = "python-bugzilla";
18 pname = "python_bugzilla";
20 hash = "sha256-4YIgFx4DPrO6YAxNE5NZ0BqhrOwdrrxDCJEORQdj3kc=";
23 build-system = [ setuptools ];
25 dependencies = [ requests ];
35 export HOME=$(pwd)/check-phase
39 homepage = "https://github.com/python-bugzilla/python-bugzilla";
40 description = "Bugzilla XMLRPC access module";
41 mainProgram = "bugzilla";
42 license = licenses.gpl2Plus;
43 platforms = platforms.all;
44 maintainers = with maintainers; [ pierron ];