pythonPackages: websocket_client -> websocket-client

This commit is contained in:
Sandro Jäckel
2021-06-15 22:03:10 +02:00
parent 48cc7f1d1c
commit 7b4d273d3c
45 changed files with 76 additions and 75 deletions
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, requests
, websocket_client
, websocket-client
, python_magic
, cryptography
, pytestCheckHook
@@ -17,7 +17,7 @@ buildPythonPackage rec {
sha256 = "917883e1af4a0c979ce46076b391e0243eb8fe0a81c086544bcfa10f53e5ae64";
};
propagatedBuildInputs = [ cryptography requests websocket_client python_magic ];
propagatedBuildInputs = [ cryptography requests websocket-client python_magic ];
preCheck = ''
export PUSHBULLET_API_KEY=""