From 270758417b23f021805857d25f62c4083677b70d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 24 Feb 2020 00:03:33 -0800 Subject: [PATCH] =?UTF-8?q?Properly=20define=20depenency=20for=20Scrape=20?= =?UTF-8?q?integration=20on=20Rest=20integ=E2=80=A6=20(#32136)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homeassistant/components/scrape/manifest.json | 1 + script/hassfest/dependencies.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/scrape/manifest.json b/homeassistant/components/scrape/manifest.json index e0800cdef27..90352bbd108 100644 --- a/homeassistant/components/scrape/manifest.json +++ b/homeassistant/components/scrape/manifest.json @@ -4,5 +4,6 @@ "documentation": "https://www.home-assistant.io/integrations/scrape", "requirements": ["beautifulsoup4==4.8.2"], "dependencies": [], + "after_dependencies": ["rest"], "codeowners": ["@fabaff"] } diff --git a/script/hassfest/dependencies.py b/script/hassfest/dependencies.py index 4d8fbb226f8..c909b6216a9 100644 --- a/script/hassfest/dependencies.py +++ b/script/hassfest/dependencies.py @@ -133,8 +133,6 @@ IGNORE_VIOLATIONS = { # These should be extracted to external package "pvoutput", "dwd_weather_warnings", - # Should be rewritten to use own data fetcher - "scrape", }