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