12 buildPythonPackage rec {
13 pname = "zigpy-deconz";
16 src = fetchFromGitHub {
20 sha256 = "sha256-d/yAk8owMu+J1BzlwR5mzF9HkXiE6Kc81AznvsAboy8=";
23 propagatedBuildInputs = [ pyserial pyserial-asyncio zigpy ];
24 checkInputs = [ pytestCheckHook pytest-asyncio asynctest ];
27 description = "Library which communicates with Deconz radios for zigpy";
28 homepage = "https://github.com/zigpy/zigpy-deconz";
29 license = licenses.gpl3Plus;
30 maintainers = with maintainers; [ etu mvnetbiz ];
31 platforms = platforms.linux;