From 69929f15fb0941a207e41bfd9238dce33f6413f1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 11 May 2016 22:56:05 -0700 Subject: [PATCH] Ignore RPI-RF in requirements_all --- requirements_all.txt | 2 +- script/gen_requirements_all.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index 5331fd414e3..fc79356bd47 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 32e7dc01dac..76ed3acba39 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -8,6 +8,7 @@ import sys COMMENT_REQUIREMENTS = [ 'RPi.GPIO', + 'rpi-rf', 'Adafruit_Python_DHT', 'fritzconnection', 'pybluez',