Logbook: fix darwin build
This commit is contained in:
parent
618b7d7de0
commit
90b8849b20
@ -18,6 +18,9 @@ buildPythonPackage rec {
|
||||
py.test tests
|
||||
'';
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
homepage = https://pythonhosted.org/Logbook/;
|
||||
description = "A logging replacement for Python";
|
||||
|
Loading…
x
Reference in New Issue
Block a user