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.
This commit is contained in:
Pierre Bourdon 2019-09-11 08:38:13 +02:00
parent 03deb7cd50
commit 04c1fcd09c
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C
1 changed files with 0 additions and 4 deletions

View File

@ -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 { };