From 9392fa8a1453269a9e0969944a5afb5e9d995b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 23 Mar 2020 16:35:06 +0000 Subject: otverio2015: remove python-scsi from dependencies. The python-scsi module is not installable via pip, so there's no point in listing it as a dependency right now. It's probably better to replace this with a new extension altogether. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fa3a53..f345117 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup( "fsprecisionneo": ["construct", "hidapi"], "otultra2": ["pyserial"], "otultraeasy": ["construct", "pyserial"], - "otverio2015": ["construct", "python-scsi"], + "otverio2015": ["construct"], "otverioiq": ["construct", "pyserial"], "sdcodefree": ["construct", "pyserial"], "td4277": ["construct", "pyserial", "hidapi"], -- cgit v1.2.3