home-assistant: remove aiohttp override

This commit is contained in:
Robert Schütz
2024-02-09 14:08:04 -08:00
parent e004b84a48
commit 8407332249
-18
View File
@@ -46,24 +46,6 @@ let
];
});
aiohttp = super.aiohttp.overridePythonAttrs (old: rec {
version = "3.9.3";
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp";
rev = "refs/tags/v${version}";
hash = "sha256-dEeMHruFJ1o0J6VUJcpUk7LhEC8sV8hUKXoKcd618lE=";
};
nativeCheckInputs = with self; [
freezegun
gunicorn
pytest-mock
pytestCheckHook
python-on-whales
re-assert
];
});
aionotion = super.aionotion.overridePythonAttrs (oldAttrs: rec {
version = "2023.05.5";
src = fetchFromGitHub {