Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 823038 - 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')
Summary: dev-python/importlib_resources lacks dev-python/zipp in RDEPEND (was: app-emu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Louis Sautier (sbraz)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-11 08:41 UTC by Agostino Sarubbo
Modified: 2021-11-11 15:17 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,73.21 KB, text/plain)
2021-11-11 08:41 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-11-11 08:41:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/docker-compose-1.29.2-r1 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-11-11 08:41:47 UTC
Created attachment 750321 [details]
build.log

build log and emerge --info
Comment 2 Sebastian Pipping gentoo-dev 2021-11-11 14:28:29 UTC
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.
Comment 3 Larry the Git Cow gentoo-dev 2021-11-11 15:17:21 UTC
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(+)