mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Don't build Adafruit_BBIO - doesn't work on all platforms. (#5281)
* Don't build Adafruit_BBIO - doesn't work on all platforms. * Disable pylint import warning on BBIO.
This commit is contained in:
committed by
Paulus Schoutsen
parent
d4a54acda0
commit
9a3c0c8cd3
@@ -10,6 +10,7 @@ COMMENT_REQUIREMENTS = (
|
||||
'RPi.GPIO',
|
||||
'rpi-rf',
|
||||
'Adafruit_Python_DHT',
|
||||
'Adafruit_BBIO',
|
||||
'fritzconnection',
|
||||
'pybluez',
|
||||
'bluepy',
|
||||
|
||||
Reference in New Issue
Block a user