python3Packages.systembridge: add websockets dependency
This commit is contained in:
parent
85998d1b02
commit
f8a97bf9d8
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ lib
|
||||
, aiohttp
|
||||
, websockets
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
@ -17,6 +18,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
websockets
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
|
|
Loading…
Reference in a new issue