Removed LIRC dependency from requirements due to "complex" compliation

User will have to install lirc and python-lirc manually.
This commit is contained in:
ntouran 2016-05-22 16:28:20 -07:00
parent b3e9e1dfcd
commit 80e60efd8f
2 changed files with 0 additions and 4 deletions

View File

@ -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'

View File

@ -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