webob needs ssl module
This commit is contained in:
parent
4d5ba15ea9
commit
e5402a4baf
@ -4445,7 +4445,7 @@ pythonPackages = python.modules // rec {
|
||||
md5 = "11825b7074ba7043e157805e4e6e0f55";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ nose ];
|
||||
propagatedBuildInputs = [ nose python.modules.ssl ];
|
||||
|
||||
meta = {
|
||||
description = "WSGI request and response object";
|
||||
|
Loading…
Reference in New Issue
Block a user