summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-08-11 11:09:58 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-08-11 11:50:10 +0100
commit686cb7e18e8d480c14f8c131f5794fea71707677 (patch)
treee1977840914f4d2cf6c77dffe43aa9ce7415df5e /pkgs/servers/home-assistant
parent45776b40c42091b5ab20c98047389555cc9a411c (diff)
downloadnixpkgs-686cb7e18e8d480c14f8c131f5794fea71707677.tar
nixpkgs-686cb7e18e8d480c14f8c131f5794fea71707677.tar.gz
nixpkgs-686cb7e18e8d480c14f8c131f5794fea71707677.tar.bz2
nixpkgs-686cb7e18e8d480c14f8c131f5794fea71707677.tar.lz
nixpkgs-686cb7e18e8d480c14f8c131f5794fea71707677.tar.xz
nixpkgs-686cb7e18e8d480c14f8c131f5794fea71707677.tar.zst
nixpkgs-686cb7e18e8d480c14f8c131f5794fea71707677.zip
home-assistant: relax dependency on slugify
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/relax-dependencies.patch5
1 files 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",