pythonPackages.h11: fix darwin build
This commit is contained in:
parent
a4bea6db8b
commit
b9ce08f7f1
@ -23,6 +23,9 @@ buildPythonPackage rec {
|
|||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Some of the tests use localhost networking.
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1";
|
description = "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user