python3Packages.aiosmtplib: allow local networking on darwin to fix sandbox build

This commit is contained in:
Gaetan Lepage
2026-09-16 14:02:34 +00:00
parent dda64d5a87
commit cbd44e0959

View File

@@ -39,6 +39,8 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "aiosmtplib" ];
__darwinAllowLocalNetworking = true;
meta = {
description = "Module which provides a SMTP client";
homepage = "https://github.com/cole/aiosmtplib";