python3Packages.pyasynchat: fix build on sandboxed Darwin
Otherwise the tests fail:https://gist.github.com/al3xtjames/edd6170880bd43709b055ea12ae2be64
Alex James 10 months ago 17fda221 4ffb89ad
··· 45 45 "asynchat" 46 46 ]; 47 47 48 48 + __darwinAllowLocalNetworking = true; 49 49 + 48 50 meta = { 49 51 description = "Make asynchat available for Python 3.12 onwards"; 50 52 homepage = "https://github.com/simonrob/pyasynchat";