about summary refs log tree commit diff
path: root/pkgs/development/python-modules/runway-python
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-15 13:12:45 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-15 22:03:10 +0200
commit7b4d273d3cf91498d0d6e90a4576317b136216fb (patch)
tree58bc3664dcd63f43ad149e6c377ce2beac279406 /pkgs/development/python-modules/runway-python
parent48cc7f1d1c7cedc5849dde3ca017a423b814e4ee (diff)
pythonPackages: websocket_client -> websocket-client
Diffstat (limited to 'pkgs/development/python-modules/runway-python')
-rw-r--r--pkgs/development/python-modules/runway-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/runway-python/default.nix b/pkgs/development/python-modules/runway-python/default.nix
index 9244a94d2357a..c47054632c6fa 100644
--- a/pkgs/development/python-modules/runway-python/default.nix
+++ b/pkgs/development/python-modules/runway-python/default.nix
@@ -21,7 +21,7 @@
 , deepdiff
 , pytestCheckHook
 , pytestcov
-, websocket_client
+, websocket-client
 }:
 
 buildPythonPackage rec {
@@ -62,7 +62,7 @@ buildPythonPackage rec {
     deepdiff
     pytestCheckHook
     pytestcov
-    websocket_client
+    websocket-client
   ];
 
   disabledTests = [