From 9cb9b225e4b5c549d0408f829972f1f64c82bbb3 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 19 Feb 2019 13:41:10 -0800 Subject: [PATCH] Fix the build --- 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 775425eb58bf9..82efcb5629585 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 46f111ded6c46..c1f6af940fc29 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -158,6 +158,9 @@ # 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 """