3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.ripe-atlas-cousteau: adjust python-socketio input

This commit is contained in:
Fabian Affolter 2022-12-19 10:26:34 +01:00
parent 9c8472b021
commit 38ddf5a423

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
python-dateutil
requests
python-socketio
];
] ++ python-socketio.optional-dependencies.client;
checkInputs = [
pytestCheckHook