1
0
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:
Greg Dowling
2017-01-12 16:31:30 +00:00
committed by Paulus Schoutsen
parent d4a54acda0
commit 9a3c0c8cd3
3 changed files with 13 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ COMMENT_REQUIREMENTS = (
'RPi.GPIO',
'rpi-rf',
'Adafruit_Python_DHT',
'Adafruit_BBIO',
'fritzconnection',
'pybluez',
'bluepy',