diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2017-12-28 23:05:27 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2017-12-28 23:05:27 +0100 |
commit | 7ceb79256973ac21be80e4c2a0d811953236d1bc (patch) | |
tree | 880a4d223e09526d65ce130a3daa46de6e87e689 | |
parent | freestyle: replace the custom struct and bytemangling with construct. (diff) | |
download | glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.gz glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.bz2 glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.lz glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.xz glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.tar.zst glucometerutils-7ceb79256973ac21be80e4c2a0d811953236d1bc.zip |
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ setup( ('lib/udev/rules', ['udev/69-glucometerutils.rules']), ], extras_require = { - 'test': ['abseil-py'], + 'test': ['absl-py'], # These are all the drivers' dependencies. Optional dependencies are # listed as mandatory for the feature. 'otultra2': ['pyserial'], |