mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-12 18:30:36 +00:00
python310Packages.authheaders: add pythonImportsCheck
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user