Benjamin Greiner changed bug 1186870
What Removed Added
CC   code@bnavigator.de
Depends on   1178257

Comment # 4 on bug 1186870 from
Note that most packages actually provide the python3.Xdist(foo) symbol. Only a
few packages don't. And python-six is a part of the latter, because it is in
the bootstrap chain of setuptools and cannot depend on it. You see it in the
build log:

[   26s] Traceback (most recent call last):
[   26s]   File "/usr/lib/rpm/pythondistdeps.py", line 231, in <module>
[   26s]     from pkg_resources import Distribution, FileMetadata,
PathMetadata, Requirement, parse_version
[   26s] ModuleNotFoundError: No module named 'pkg_resources'
[   26s] Provides: python3-six = 1.16.0-1.1 python38-six = 1.16.0-1.1

See https://bugzilla.opensuse.org/show_bug.cgi?id=1178257


You are receiving this mail because: