8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-V+lZoj8gqNVRSdHl2ws7hwcm8rStgWbUG9z0EbNs33Y=";
18 propagatedBuildInputs = [ aiohttp ];
20 pythonImportsCheck = [ "sockjs" ];
23 description = "Sockjs server";
24 homepage = "https://github.com/aio-libs/sockjs";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ freezeboy ];