lol

python310Packages.ripe-atlas-cousteau: Propagate websocket-client

+3 -1
+3 -1
pkgs/development/python-modules/ripe-atlas-cousteau/default.nix
··· 7 7 , python-socketio 8 8 , pythonOlder 9 9 , requests 10 + , websocket-client 10 11 }: 11 12 12 13 buildPythonPackage rec { ··· 26 27 27 28 postPatch = '' 28 29 substituteInPlace setup.py \ 29 - --replace 'python-socketio[client]<5' 'python-socketio[client]<6' 30 + --replace "websocket-client~=1.3.1" "websocket-client" 30 31 ''; 31 32 32 33 propagatedBuildInputs = [ 33 34 python-dateutil 34 35 requests 35 36 python-socketio 37 + websocket-client 36 38 ] ++ python-socketio.optional-dependencies.client; 37 39 38 40 nativeCheckInputs = [