Merge pull request #68481 from delroth/home-assistant-pyyaml

home-assistant: remove outdated pyyaml_3 pinning
This commit is contained in:
Robin Gloster 2019-09-12 16:46:01 +02:00 committed by GitHub
commit 6ea6c9d9f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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