FS#46700 - [python-matplotlib] needs makedepends on python(2)-setuptools

Attached to Project: Community Packages
Opened by Kevin Mihelich (kmihelich) - Tuesday, 13 October 2015, 18:11 GMT
Last edited by Felix Yan (felixonmars) - Wednesday, 14 October 2015, 05:33 GMT
Task Type Bug Report
Category Packages
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: When built with --nocheck, the build will fail due to not having setuptools. The checkdepends on python{,2}-nose is bringing in python{,2}-setuptools.


Additional info:
* package version: 1.4.3-4
* log snippet:
==> Starting build()...
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz
Extracting in /tmp/tmpevct9kbh
Traceback (most recent call last):
File "/build/python-matplotlib/src/matplotlib-1.4.3/distribute_setup.py", line 147, in use_setuptools
import pkg_resources
ImportError: No module named 'pkg_resources'


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

Closed by  Felix Yan (felixonmars)
Wednesday, 14 October 2015, 05:33 GMT
Reason for closing:  Fixed
Additional comments about closing:  Added in trunk.

Loading...