Ignore RPI-RF in requirements_all

This commit is contained in:
Paulus Schoutsen 2016-05-11 22:56:05 -07:00
parent d553c7c8e7
commit 69929f15fb
2 changed files with 2 additions and 1 deletions

View file

@ -280,7 +280,7 @@ pywemo==0.4.2
radiotherm==1.2
# homeassistant.components.switch.rpi_rf
rpi-rf==0.9.5
# rpi-rf==0.9.5
# homeassistant.components.media_player.yamaha
rxv==0.1.11

View file

@ -8,6 +8,7 @@ import sys
COMMENT_REQUIREMENTS = [
'RPi.GPIO',
'rpi-rf',
'Adafruit_Python_DHT',
'fritzconnection',
'pybluez',