python310Packages.authheaders: add pythonImportsCheck
This commit is contained in:
parent
b86d494930
commit
2884a9a8a8
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue