From 2884a9a8a899ff8c1d88ce83596fa32020249ccb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 28 Apr 2023 10:09:26 +0200 Subject: python310Packages.authheaders: add pythonImportsCheck --- pkgs/development/python-modules/authheaders/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/authheaders/default.nix b/pkgs/development/python-modules/authheaders/default.nix index b70078d4167..43d043cf26c 100644 --- a/pkgs/development/python-modules/authheaders/default.nix +++ b/pkgs/development/python-modules/authheaders/default.nix @@ -27,6 +27,10 @@ buildPythonPackage rec { publicsuffix2 ]; + pythonImportsCheck = [ + "authheaders" + ]; + meta = with lib; { description = "Python library for the generation of email authentication headers"; homepage = "https://github.com/ValiMail/authentication-headers"; -- cgit 1.4.1