FS#70269 - [home-assistant] PLEASE ENTER SUMMARY

Attached to Project: Community Packages
Opened by Jacek (desperat) - Friday, 02 April 2021, 22:06 GMT
Last edited by Felix Yan (felixonmars) - Saturday, 03 April 2021, 01:23 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Dependency python-chardet version not satisfied.

You problably need to:

pacman -U https://archive.archlinux.org/packages/p/python-chardet/python-chardet-3.0.4-7-any.pkg.tar.zst

as python-chardet-4.0.0.1 is too modern.

Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
This task depends upon

Closed by  Felix Yan (felixonmars)
Saturday, 03 April 2021, 01:23 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-aiohttp 3.7.4-1
Comment by loqs (loqs) - Friday, 02 April 2021, 23:13 GMT
home-assistant does not directly use chardet. python-aiohttp 3.7.3-1 has chardet<4.0,>=2.0. If it is that cherry-picking [1] may fix it.
Edit:
3.7.4 should have fixed it with [2] but the cherry-pick only updated requirements/base.txt and removed the setup.py hunk of the commit.

Updated fix in  FS#68593  to fix this issue as well.

[1] https://github.com/aio-libs/aiohttp/commit/0c4e57f350b5129bdc63c529995da7e909d36a36
[2] https://github.com/aio-libs/aiohttp/commit/4ed7c25b537f71c6245bb74d6b20e5867db243ab

Loading...