FS#43879 - [python-reportlab] checkdepends are being used instead of makedepends

Attached to Project: Community Packages
Opened by Kevin Mihelich (kmihelich) - Wednesday, 18 February 2015, 21:53 GMT
Last edited by Jelle van der Waa (jelly) - Thursday, 19 February 2015, 19:32 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Package build will fail if built with --nocheck since 'python' and 'python2' are listed as checkdepends instead of makedepends. The following reordering fixes the problem:

makedepends=('python' 'python2')
checkdepends=('python2-pillow' 'python-pillow')


Additional info:
* package version: 3.1.44-1
* log:
==> Starting package_python2-reportlab()...
/startdir/PKGBUILD: line 30: python2: command not found
==> ERROR: A failure occurred in package_python2-reportlab().


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

Closed by  Jelle van der Waa (jelly)
Thursday, 19 February 2015, 19:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in svn

Loading...