From 686cb7e18e8d480c14f8c131f5794fea71707677 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io>
Date: Tue, 11 Aug 2020 11:09:58 +0100
Subject: [PATCH] home-assistant: relax dependency on slugify

---
 pkgs/servers/home-assistant/relax-dependencies.patch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pkgs/servers/home-assistant/relax-dependencies.patch b/pkgs/servers/home-assistant/relax-dependencies.patch
index 8bbe7bb28b3..03b488627d6 100644
--- a/pkgs/servers/home-assistant/relax-dependencies.patch
+++ b/pkgs/servers/home-assistant/relax-dependencies.patch
@@ -1,5 +1,5 @@
 diff --git a/setup.py b/setup.py
-index 7cf06942f3..bace4479fb 100755
+index 7cf06942f3..b3dd1b3e1b 100755
 --- a/setup.py
 +++ b/setup.py
 @@ -32,7 +32,7 @@ PROJECT_URLS = {
@@ -18,7 +18,8 @@ index 7cf06942f3..bace4479fb 100755
 -    "cryptography==2.9.2",
 +    "cryptography>=2.9.2",
      "pip>=8.0.3",
-     "python-slugify==4.0.0",
+-    "python-slugify==4.0.0",
++    "python-slugify>=4.0.0",
      "pytz>=2020.1",
      "pyyaml==5.3.1",
 -    "requests==2.24.0",