python310Packages.softlayer: allow binding to localhost on darwin

This commit is contained in:
Theodore Ni 2023-07-09 19:39:55 -07:00
parent 31e4604256
commit 553f395f98
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -49,6 +49,8 @@ buildPythonPackage rec {
urllib3
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
mock
pytestCheckHook