Skip to content

Commit

Permalink
python312Packages.rns: add bleak
Browse files Browse the repository at this point in the history
bleak is an optional requirement when using the RNode interface
over BLE and propably the most common use case
  • Loading branch information
fabaff committed Jan 13, 2025
1 parent ef56e77 commit 9143f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/rns/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
lib,
bleak,
buildPythonPackage,
cryptography,
esptool,
Expand Down Expand Up @@ -34,6 +35,7 @@ buildPythonPackage rec {
build-system = [ setuptools ];

dependencies = [
bleak
cryptography
netifaces
pyserial
Expand Down

0 comments on commit 9143f9f

Please sign in to comment.