python3Packages.pyasynchat: fix build on sandboxed Darwin

Otherwise the tests fail:
https://gist.github.com/al3xtjames/edd6170880bd43709b055ea12ae2be64

Alex James 17fda221 4ffb89ad

Changed files
+2
pkgs
development
python-modules
pyasynchat
+2
pkgs/development/python-modules/pyasynchat/default.nix
···
"asynchat"
];
+
__darwinAllowLocalNetworking = true;
+
meta = {
description = "Make asynchat available for Python 3.12 onwards";
homepage = "https://github.com/simonrob/pyasynchat";