pythonPackages.pyramid_exclog: add import check
This commit is contained in:
parent
2a8bd6150b
commit
d766494f2f
@ -15,6 +15,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ pyramid ];
|
propagatedBuildInputs = [ pyramid ];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "pyramid_exclog" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A package which logs to a Python logger when an exception is raised by a Pyramid application";
|
description = "A package which logs to a Python logger when an exception is raised by a Pyramid application";
|
||||||
homepage = "https://docs.pylonsproject.org/";
|
homepage = "https://docs.pylonsproject.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user