14 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-3dH9wcauYE50N3z3DpnwZ+V5wDwccaas1JThmek7f6Q=";
24 build-system = [ setuptools ];
26 # Tests require local socket connection which is forbidden in the sandbox
33 pythonImportsCheck = [ "gmqtt" ];
36 description = "Python MQTT v5.0 async client";
37 homepage = "https://github.com/wialon/gmqtt";
38 license = lib.licenses.mit;
39 maintainers = with lib.maintainers; [ doronbehar ];