python3Packages.pyasynchat: fix build on sandboxed Darwin
Otherwise the tests fail: https://gist.github.com/al3xtjames/edd6170880bd43709b055ea12ae2be64
This commit is contained in:
parent
4ffb89ad41
commit
17fda221a7
@ -45,6 +45,8 @@ buildPythonPackage rec {
|
|||||||
"asynchat"
|
"asynchat"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Make asynchat available for Python 3.12 onwards";
|
description = "Make asynchat available for Python 3.12 onwards";
|
||||||
homepage = "https://github.com/simonrob/pyasynchat";
|
homepage = "https://github.com/simonrob/pyasynchat";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user