13 buildPythonPackage rec {
14 pname = "zigpy-zigate";
16 # https://github.com/Martiusweb/asynctest/issues/152
17 # broken by upstream python bug with asynctest and
18 # is used exclusively by home-assistant with python 3.8
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
23 repo = "zigpy-zigate";
25 sha256 = "0xl8qgljvmypi602f52m89iv9pcrzsdal3jw619vrcavp40rc04d";
28 propagatedBuildInputs = [
42 description = "A library which communicates with ZiGate radios for zigpy";
43 homepage = "https://github.com/zigpy/zigpy-zigate";
44 license = licenses.gpl3Plus;
45 maintainers = with maintainers; [ etu mvnetbiz ];
46 platforms = platforms.linux;