From 49995c21207973cf989e6cfe5f9f5cba51f54e7c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 19 Feb 2019 13:52:14 -0800 Subject: [PATCH] Fix the build (#21229) --- homeassistant/package_constraints.txt | 3 +++ script/gen_requirements_all.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 775425eb58b..82efcb56295 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -26,3 +26,6 @@ pycrypto==1000000000.0.0 # Contains code to modify Home Assistant to work around our rules python-systemair-savecair==1000000000.0.0 + +# The 2019.02.19 failed to be imported, breaking our builds +regex==2019.02.07 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 46f111ded6c..c1f6af940fc 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -158,6 +158,9 @@ pycrypto==1000000000.0.0 # Contains code to modify Home Assistant to work around our rules python-systemair-savecair==1000000000.0.0 + +# The 2019.02.19 failed to be imported, breaking our builds +regex==2019.02.07 """