diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-04-28 10:09:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-28 10:09:26 +0200 |
| commit | 2884a9a8a899ff8c1d88ce83596fa32020249ccb (patch) | |
| tree | 1212ffa963214d1e03cc018ae0268dc3963bbd21 /pkgs/development/python-modules/authheaders | |
| parent | b86d49493065eb0ee9527d0139f929fe28034311 (diff) | |
python310Packages.authheaders: add pythonImportsCheck
Diffstat (limited to 'pkgs/development/python-modules/authheaders')
| -rw-r--r-- | pkgs/development/python-modules/authheaders/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/authheaders/default.nix b/pkgs/development/python-modules/authheaders/default.nix index b70078d41678..43d043cf26ce 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"; |
