diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-03-23 17:35:06 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-03-23 17:38:07 +0100 |
commit | 9392fa8a1453269a9e0969944a5afb5e9d995b23 (patch) | |
tree | f88c5b3a7fbcc7ceed7a1a99008d323623c333b5 | |
parent | Travis CI: install hidapi build dependencies. (diff) | |
download | glucometerutils-9392fa8a1453269a9e0969944a5afb5e9d995b23.tar glucometerutils-9392fa8a1453269a9e0969944a5afb5e9d995b23.tar.gz glucometerutils-9392fa8a1453269a9e0969944a5afb5e9d995b23.tar.bz2 glucometerutils-9392fa8a1453269a9e0969944a5afb5e9d995b23.tar.lz glucometerutils-9392fa8a1453269a9e0969944a5afb5e9d995b23.tar.xz glucometerutils-9392fa8a1453269a9e0969944a5afb5e9d995b23.tar.zst glucometerutils-9392fa8a1453269a9e0969944a5afb5e9d995b23.zip |
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"], |