Skip to content

Commit

Permalink
Removed LIRC dependency from requirements due to "complex" compliation
Browse files Browse the repository at this point in the history
User will have to install lirc and python-lirc manually.
  • Loading branch information
partofthething committed May 22, 2016
1 parent b3e9e1d commit 80e60ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion homeassistant/components/sensor/lirc.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

LIRC = None

REQUIREMENTS = ['python-lirc==1.2.1']
_LOGGER = logging.getLogger(__name__)
ICON = 'mdi:remote'

Expand Down
3 changes: 0 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 80e60ef

Please sign in to comment.