aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyramid_exclog/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/python-modules/pyramid_exclog/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/python-modules/pyramid_exclog/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyramid_exclog/default.nix b/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyramid_exclog/default.nix
index 55da77f49644..96570fce884f 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyramid_exclog/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyramid_exclog/default.nix
@@ -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/";