python3Packages.systembridge: add websockets dependency

This commit is contained in:
Martin Weinelt 2021-06-11 11:46:18 +02:00
parent 85998d1b02
commit f8a97bf9d8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,5 +1,6 @@
{ lib
, aiohttp
, websockets
, buildPythonPackage
, fetchFromGitHub
}:
@ -17,6 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
websockets
];
# Project has no tests