python3Packages.zigpy-zboss: replace pyserial-asyncio with pyserial-asyncio-fast

This commit is contained in:
Robert Schütz
2025-11-05 18:25:46 -08:00
parent 24f794e55b
commit 43d83cb959
@@ -33,6 +33,12 @@ buildPythonPackage rec {
excludes = [ "setup.cfg" ];
hash = "sha256-aC0+FbbtuHDW3ApJDnTG3TUeNWhzecEYVuiSOik03uU=";
})
(fetchpatch {
# https://github.com/kardia-as/zigpy-zboss/pull/67
name = "replace-pyserial-asyncio-with-pyserial-asyncio-fast.patch";
url = "https://github.com/kardia-as/zigpy-zboss/commit/d44ceb537dc16ce020f8c60a0ff35e88672f3455.patch";
hash = "sha256-aXWRtBLDr9NLIMNK/xtsYuy/hEB2zHU3YYcRKbguTTo=";
})
];
pythonRemoveDeps = [ "async_timeout" ];