1 { lib, buildPythonPackage, fetchPypi, aiohttp }:
3 buildPythonPackage rec {
9 sha256 = "A0fUBO2e8xllBnh+2AGPh+5OLQuupJ1CDN1TqWm+wik=";
12 propagatedBuildInputs = [ aiohttp ];
14 pythonImportsCheck = [ "sockjs" ];
17 description = "Sockjs server";
18 homepage = "https://github.com/aio-libs/sockjs";
19 license = licenses.asl20;
20 maintainers = with maintainers; [ freezeboy ];