pythonPackages: websocket_client -> websocket-client
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user