FS#60173 - [meson] missing dependency on setuptools

Attached to Project: Arch Linux
Opened by Simon Ser (emersion) - Monday, 24 September 2018, 08:38 GMT
Last edited by Eli Schwartz (eschwartz) - Wednesday, 26 September 2018, 19:24 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: meson fails with the following:

Traceback (most recent call last):
File "/usr/bin/meson", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'

Additional info:
* package version(s) 0.48.0-1
* config and/or log files etc. N/A

Steps to reproduce:
1. Install a clean Archlinux system
2. Install meson
3. Run meson

Here's an example of a CI that fails because of this: https://builds.sr.ht/~sircmpwn/job/7762#task-wlroots
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Wednesday, 26 September 2018, 19:24 GMT
Reason for closing:  Fixed
Additional comments about closing:  meson 0.48.0-2
Comment by Simon Ser (emersion) - Monday, 24 September 2018, 08:40 GMT
Sorry, forgot to change the summary, and it doesn't seem like I can do this now…

Anyway, here's the same CI task that succeeds if I install python-setuptools: https://builds.sr.ht/~emersion/job/7763

Loading...