python312Packages.rns: add bleak (#373384)

authored by Fabian Affolter and committed by GitHub 13a525ab 4fbf6bf1

+2
+2
pkgs/development/python-modules/rns/default.nix
··· 1 { 2 lib, 3 buildPythonPackage, 4 cryptography, 5 esptool, ··· 34 build-system = [ setuptools ]; 35 36 dependencies = [ 37 cryptography 38 netifaces 39 pyserial
··· 1 { 2 lib, 3 + bleak, 4 buildPythonPackage, 5 cryptography, 6 esptool, ··· 35 build-system = [ setuptools ]; 36 37 dependencies = [ 38 + bleak 39 cryptography 40 netifaces 41 pyserial