home-assistant: drop pydantic override

This commit is contained in:
Martin Weinelt 2022-09-17 15:34:54 +02:00 committed by Sandro Jäckel
parent 1b1125a703
commit bea969ab40
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -177,19 +177,6 @@ let
});
})
# pyunifiprotect excludes pydantic==1.9.1
(self: super: {
pydantic = super.pydantic.overridePythonAttrs (oldAttrs: rec {
version = "1.9.0";
src = fetchFromGitHub {
owner = "samuelcolvin";
repo = "pydantic";
rev = "refs/tags/v${version}";
hash = "sha256-C4WP8tiMRFmkDkQRrvP3yOSM2zN8pHJmX9cdANIckpM=";
};
});
})
(self: super: {
pydeconz = super.pydeconz.overridePythonAttrs (oldAttrs: rec {
doCheck = false; # requires pytest-aiohttp>=1.0.0