python310Packages.django-debug-toolbar: add pythonImportsCheck
This commit is contained in:
parent
2d2f4f0b40
commit
b4094c1bfa
1 changed files with 5 additions and 1 deletions
|
@ -44,11 +44,15 @@ buildPythonPackage rec {
|
|||
runHook postCheck
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"debug_toolbar"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Configurable set of panels that display debug information about the current request/response";
|
||||
homepage = "https://github.com/jazzband/django-debug-toolbar";
|
||||
changelog = "https://django-debug-toolbar.readthedocs.io/en/latest/changes.html";
|
||||
license = licenses.bsd3;
|
||||
maintainers = With maintainers; [ yuu ];
|
||||
maintainers = with maintainers; [ yuu ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue