12 buildPythonPackage rec {
17 disabled = pythonOlder "3.10";
20 inherit pname version;
21 hash = "sha256-mECP4X1KfzAKVlNUB6ZEi5hE2bUoxEUnkIho/DZG6HM=";
24 build-system = [ setuptools ];
26 dependencies = [ webob ];
28 optional-dependencies = {
35 pythonImportsCheck = [ "bugsnag" ];
41 description = "Automatic error monitoring for Python applications";
42 homepage = "https://github.com/bugsnag/bugsnag-python";
43 changelog = "https://github.com/bugsnag/bugsnag-python/blob/v${version}/CHANGELOG.md";
44 license = licenses.mit;