home-assistant: drop pydantic override

This commit is contained in:
Martin Weinelt
2022-09-19 16:05:34 +02:00
committed by Sandro Jäckel
parent 1b1125a703
commit bea969ab40
-13
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