FS#71051 - [python-setuptools] Missing dependency python-more-itertools

Attached to Project: Arch Linux
Opened by Chih-Hsuan Yen (yan12125) - Saturday, 29 May 2021, 13:38 GMT
Last edited by Felix Yan (felixonmars) - Saturday, 29 May 2021, 21:21 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Since setuptools 57, more_itertools is needed [1]. It is probably not noticed during the build due to transitive dependencies (ex: python-setuptools -> python-jaraco.envs -> python-jaraco -> python-more-itertools).

[1] https://github.com/pypa/setuptools/pull/2680

Additional info:
* testing/python-setuptools 1:57.0.0-1

Steps to reproduce:
$ python -c 'import setuptools'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 32, in <module>
from more_itertools import unique_everseen
ModuleNotFoundError: No module named 'more_itertools'
This task depends upon

Closed by  Felix Yan (felixonmars)
Saturday, 29 May 2021, 21:21 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-setuptools 1:57.0.0-2

Loading...