Removed LIRC dependency from requirements due to "complex" compliation
User will have to install lirc and python-lirc manually.pull/2139/head
parent
b3e9e1dfcd
commit
80e60efd8f
|
@ -18,7 +18,6 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
|||
|
||||
LIRC = None
|
||||
|
||||
REQUIREMENTS = ['python-lirc==1.2.1']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
ICON = 'mdi:remote'
|
||||
|
||||
|
|
|
@ -262,9 +262,6 @@ pysnmp==4.2.5
|
|||
# homeassistant.components.sensor.forecast
|
||||
python-forecastio==1.3.4
|
||||
|
||||
# homeassistant.components.sensor.lirc
|
||||
python-lirc==1.2.1
|
||||
|
||||
# homeassistant.components.media_player.mpd
|
||||
python-mpd2==0.5.5
|
||||
|
||||
|
|
Loading…
Reference in New Issue