Summary: | dev-python/importlib_resources lacks dev-python/zipp in RDEPEND (was: app-emulation/docker-compose-1.29.2-r1 fails tests: E ModuleNotFoundError: No module named 'zipp') | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Louis Sautier (sbraz) <sbraz> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mgorny, python, sping, williamh |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 750321 [details]
build.log
build log and emerge --info
Seems to be an issue in the dev-python/importlib_resources ebuild — a missing dependency —, based on this part of the log: [..] import importlib_resources as resources /usr/lib/python3.8/site-packages/importlib_resources/__init__.py:3: in <module> from ._common import ( /usr/lib/python3.8/site-packages/importlib_resources/_common.py:10: in <module> from .abc import ResourceReader, Traversable /usr/lib/python3.8/site-packages/importlib_resources/abc.py:4: in <module> from ._compat import runtime_checkable, Protocol /usr/lib/python3.8/site-packages/importlib_resources/_compat.py:11: in <module> from zipp import Path as ZipPath # type: ignore [..] Re-assigning the ticket accordingly. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bdac2393f3450c821b2e7fea4c7113ba485a71e commit 4bdac2393f3450c821b2e7fea4c7113ba485a71e Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-11-11 15:16:49 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-11-11 15:17:18 +0000 dev-python/importlib_resources: Add missing dep on zipp Closes: https://bugs.gentoo.org/823038 Signed-off-by: Michał Górny <mgorny@gentoo.org> ..._resources-5.2.2-r1.ebuild => importlib_resources-5.2.2-r2.ebuild} | 4 ++++ ...lib_resources-5.2.3.ebuild => importlib_resources-5.2.3-r1.ebuild} | 4 ++++ ...lib_resources-5.3.0.ebuild => importlib_resources-5.3.0-r1.ebuild} | 4 ++++ ..._resources-5.4.0-r1.ebuild => importlib_resources-5.4.0-r2.ebuild} | 4 ++++ 4 files changed, 16 insertions(+) |