From c9773de558ff3037a46325ffffef3b70aa43f387 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 17 Dec 2019 16:20:03 -0800 Subject: [PATCH] removed hidapi altogether --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index aff2f71..95b36f6 100755 --- a/setup.py +++ b/setup.py @@ -28,8 +28,6 @@ if os.path.exists('/proc/device-tree/compatible'): b'brcm,bcm2837' in compat or \ b'brcm,bcm2838' in compat: board_reqs = ['RPi.GPIO', 'rpi_ws281x>=4.0.0'] -elif os.environ.get('GITHUB_TOKEN') is None and os.environ.get('GITHUB_ACTION') is None: - board_reqs = ['hidapi'] setup( name='Adafruit-Blinka', -- 2.49.0