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
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, six, requests, websocket_client, docker_pycreds }:
{ lib, buildPythonPackage, fetchPypi, six, requests, websocket-client, docker_pycreds }:
buildPythonPackage rec {
version = "1.10.6";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
six
requests
websocket_client
websocket-client
docker_pycreds
];