pythonPackages.pyramid_exclog: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 23:21:20 +01:00
parent 2a8bd6150b
commit d766494f2f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -15,6 +15,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pyramid ];
pythonImportsCheck = [ "pyramid_exclog" ];
meta = with lib; {
description = "A package which logs to a Python logger when an exception is raised by a Pyramid application";
homepage = "https://docs.pylonsproject.org/";