FS#57840 - [codespell] missing makedepend on python-setuptools

Attached to Project: Community Packages
Opened by Kevin Mihelich (kmihelich) - Wednesday, 14 March 2018, 20:01 GMT
Last edited by Anatol Pomozov (anatolik) - Thursday, 15 March 2018, 03:59 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Checkdepends are being used as makedepends. Missing makedepend on python-setuptools.


Additional info:
* package version: 1.12.0-1
* log:
==> Starting build()...
Traceback (most recent call last):
File "setup.py", line 8, in <module>
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
==> ERROR: A failure occurred in build().


Steps to reproduce: Build in a clean chroot with the --nocheck makepkg flag.
This task depends upon

Closed by  Anatol Pomozov (anatolik)
Thursday, 15 March 2018, 03:59 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in svn rev 307994
Comment by Anatol Pomozov (anatolik) - Thursday, 15 March 2018, 03:59 GMT
Thank you for the report.

checkdepends=(python-nose) pulls the python-setuptool dependency, but we also need to specify this makedep explicitly.

Loading...