Unverified Commit 2884a9a8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.authheaders: add pythonImportsCheck

parent b86d4949
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";