python310Packages.authheaders: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-04-28 10:09:26 +02:00 committed by GitHub
parent b86d494930
commit 2884a9a8a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";