summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2019-09-11 08:38:13 +0200
committerPierre Bourdon <delroth@gmail.com>2019-09-11 08:39:49 +0200
commit04c1fcd09caa70f47c240437f2af5fd5a9028e03 (patch)
treef4a6aee5cad95c755c1afc6f9ca9488b5a34a215 /pkgs/servers/home-assistant
parent03deb7cd50cd85181adb18a9f47e9ce40874fd8a (diff)
downloadnixpkgs-04c1fcd09caa70f47c240437f2af5fd5a9028e03.tar
nixpkgs-04c1fcd09caa70f47c240437f2af5fd5a9028e03.tar.gz
nixpkgs-04c1fcd09caa70f47c240437f2af5fd5a9028e03.tar.bz2
nixpkgs-04c1fcd09caa70f47c240437f2af5fd5a9028e03.tar.lz
nixpkgs-04c1fcd09caa70f47c240437f2af5fd5a9028e03.tar.xz
nixpkgs-04c1fcd09caa70f47c240437f2af5fd5a9028e03.tar.zst
nixpkgs-04c1fcd09caa70f47c240437f2af5fd5a9028e03.zip
home-assistant: remove outdated pyyaml_3 pinning
The recent bump to 0.96.2 now requires pyyaml 5.1.1. The PRs upgrading
home-assistant to a newer version and the one pinning to an old PyYAML
version raced each other and we ended up with both submitted.

Fixes home-assistant build.
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 43633b07818..30e4b99ccbc 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -65,10 +65,6 @@ let
       };
     })
 
-    (self: super: {
-      pyyaml = super.pyyaml_3;
-    })
-
     # hass-frontend does not exist in python3.pkgs
     (self: super: {
       hass-frontend = self.callPackage ./frontend.nix { };