15 buildPythonPackage rec {
20 inherit pname version;
21 sha256 = "7a48375db6274ed1d0ae6123c486472aa1d0890b08d314d2b016f3aa7f35990b";
24 checkInputs = [ pytest pytest-asyncio pretend freezegun simplejson twisted ]
25 ++ lib.optionals (pythonAtLeast "3.6") [ python-rapidjson ];
26 propagatedBuildInputs = [ six ];
29 # rm tests/test_twisted.py*
34 description = "Painless structural logging";
35 homepage = "http://www.structlog.org/";
36 license = lib.licenses.asl20;