python313Packages.aioweenect: allow networking on darwin

This commit is contained in:
Peder Bergebakken Sundt
2025-02-21 22:37:50 +01:00
parent e4019cb104
commit 5cbf60a559
@@ -41,6 +41,8 @@ buildPythonPackage rec {
pytestCheckHook
];
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "aioweenect" ];
meta = with lib; {