lol

python313Packages.foobot-async: fix build

+6
+6
pkgs/development/python-modules/foobot-async/default.nix
··· 23 23 hash = "sha256-QQjysk2m8QkOpLBdC8kfuoA9PcljgEwzKyrIAhxHB4c="; 24 24 }; 25 25 26 + postPatch = '' 27 + # https://github.com/reefab/foobot_async/issues/7 28 + substituteInPlace foobot_async/__init__.py \ 29 + --replace-fail "with async_timeout.timeout" "async with async_timeout.timeout" 30 + ''; 31 + 26 32 build-system = [ setuptools ]; 27 33 28 34 dependencies = [