about summary refs log tree commit diff
path: root/pkgs/development/python-modules/systembridge
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-11 11:46:18 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-11 11:46:18 +0200
commitf8a97bf9d8adf56204a57b945257873cf490e523 (patch)
treed1b806d25a5aff433c7f73c78365cb0c9ba4f598 /pkgs/development/python-modules/systembridge
parent85998d1b02f88cb529f7c07e5485c8e5bdf39265 (diff)
python3Packages.systembridge: add websockets dependency
Diffstat (limited to 'pkgs/development/python-modules/systembridge')
-rw-r--r--pkgs/development/python-modules/systembridge/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/systembridge/default.nix b/pkgs/development/python-modules/systembridge/default.nix
index 6174e507d2a62..2c7328c50d6fb 100644
--- a/pkgs/development/python-modules/systembridge/default.nix
+++ b/pkgs/development/python-modules/systembridge/default.nix
@@ -1,5 +1,6 @@
 { lib
 , aiohttp
+, websockets
 , buildPythonPackage
 , fetchFromGitHub
 }:
@@ -17,6 +18,7 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [
     aiohttp
+    websockets
   ];
 
   # Project has no tests