Summary: | app-text/calibre fails to build with python 3.10 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Pielmeier <billie> |
Component: | Current packages | Assignee: | Zac Medico <zmedico> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Daniel Pielmeier
![]() Just checked the latest release. Here collections and collections.abc are imported unconditionally in src/calibre/constants.py.
> import sys, locale, codecs, os, collections, collections.abc
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02222e41386ba064545e4ea056564f39d3161ea3 commit 02222e41386ba064545e4ea056564f39d3161ea3 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2022-05-20 17:46:34 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2022-05-20 17:47:20 +0000 app-text/calibre: disable py3.10 for 5.16.1-r1 Closes: https://bugs.gentoo.org/846551 Signed-off-by: Zac Medico <zmedico@gentoo.org> app-text/calibre/calibre-5.16.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |