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:
parent
03deb7cd50
commit
04c1fcd09c
|
@ -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 { };
|
||||
|
|
Loading…
Reference in New Issue