Merge pull request #287598 from dotlambda/home-assistant-aiohttp

home-assistant: remove aiohttp override
This commit is contained in:
Robert Schütz 2024-02-11 20:51:40 +00:00 committed by GitHub
commit 8a77e8b1fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {