python3Packges.websocket: add missing six dependency

```
       > Processing ./websocket_client-0.56.0-py2.py3-none-any.whl
       > ERROR: Could not find a version that satisfies the requirement six (from websocket-client) (from versions: none)
       > ERROR: No matching distribution found for six
       >
```
This commit is contained in:
Jonathan Ringer 2022-04-09 19:37:58 -07:00 committed by Martin Weinelt
parent 7fc6852dbf
commit ba47e59440

View file

@ -4,6 +4,7 @@
, pythonOlder
, pytestCheckHook
, python-socks
, six
}:
buildPythonPackage rec {
@ -18,6 +19,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
python-socks
six
];
checkInputs = [